Change core inlcudes

Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 18:46:50 +01:00
parent 87c5d2663b
commit 370424a1e0
1447 changed files with 3820 additions and 3823 deletions

View File

@@ -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"