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

@@ -5,15 +5,15 @@
*
*/
#include "core/device_binary_format/device_binary_formats.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/debug_helpers.h"
#include "core/helpers/ptr_math.h"
#include "core/helpers/string.h"
#include "core/memory_manager/memory_manager.h"
#include "core/memory_manager/unified_memory_manager.h"
#include "core/program/program_info.h"
#include "core/program/program_initialization.h"
#include "device_binary_format/device_binary_formats.h"
#include "helpers/aligned_memory.h"
#include "helpers/debug_helpers.h"
#include "helpers/ptr_math.h"
#include "helpers/string.h"
#include "memory_manager/memory_manager.h"
#include "memory_manager/unified_memory_manager.h"
#include "program/program_info.h"
#include "program/program_initialization.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/gtpin/gtpin_notify.h"