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,8 +7,8 @@
#include "opencl/source/sampler/sampler.h"
#include "core/helpers/get_info.h"
#include "core/helpers/hw_info.h"
#include "helpers/get_info.h"
#include "helpers/hw_info.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/helpers/get_info_status_mapper.h"

View File

@@ -5,7 +5,7 @@
*
*/
#include "core/utilities/numeric.h"
#include "utilities/numeric.h"
#include <algorithm>

View File

@@ -5,7 +5,7 @@
*
*/
#include "core/debug_settings/debug_settings_manager.h"
#include "debug_settings/debug_settings_manager.h"
#include "opencl/source/sampler/sampler.h"
#include "opencl/source/sampler/sampler.inl"