mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Change core inlcudes
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
|
||||
#include "opencl/source/mem_obj/mem_obj.h"
|
||||
|
||||
#include "core/command_stream/command_stream_receiver.h"
|
||||
#include "core/gmm_helper/gmm.h"
|
||||
#include "core/gmm_helper/resource_info.h"
|
||||
#include "core/helpers/aligned_memory.h"
|
||||
#include "core/helpers/bit_helpers.h"
|
||||
#include "core/helpers/get_info.h"
|
||||
#include "core/memory_manager/deferred_deleter.h"
|
||||
#include "core/memory_manager/internal_allocation_storage.h"
|
||||
#include "core/memory_manager/memory_manager.h"
|
||||
#include "core/os_interface/os_context.h"
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "gmm_helper/gmm.h"
|
||||
#include "gmm_helper/resource_info.h"
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "helpers/bit_helpers.h"
|
||||
#include "helpers/get_info.h"
|
||||
#include "memory_manager/deferred_deleter.h"
|
||||
#include "memory_manager/internal_allocation_storage.h"
|
||||
#include "memory_manager/memory_manager.h"
|
||||
#include "os_interface/os_context.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/device/cl_device.h"
|
||||
|
||||
Reference in New Issue
Block a user