mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
refactor: remove redundant including of compiler_cache.h
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1c976f5110
commit
24c5352350
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user