refactor: remove redundant including of compiler_cache.h

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-02-03 10:20:24 +00:00
committed by Compute-Runtime-Automation
parent 1c976f5110
commit 24c5352350
71 changed files with 2 additions and 76 deletions

View File

@@ -8,7 +8,6 @@
#include "opencl/source/memory_manager/migration_controller.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/compiler_interface/compiler_cache.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/memory_manager/migration_sync_data.h"
@@ -98,4 +97,4 @@ void MigrationController::migrateMemory(Context &context, MemoryManager &memoryM
}
migrationSyncData->setCurrentLocation(targetRootDeviceIndex);
}
} // namespace NEO
} // namespace NEO