mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "opencl/source/sampler/sampler.h"
|
||||
|
||||
#include "helpers/get_info.h"
|
||||
#include "helpers/hw_info.h"
|
||||
#include "shared/source/helpers/get_info.h"
|
||||
#include "shared/source/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"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "utilities/numeric.h"
|
||||
#include "shared/source/utilities/numeric.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "debug_settings/debug_settings_manager.h"
|
||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||
#include "opencl/source/sampler/sampler.h"
|
||||
#include "opencl/source/sampler/sampler.inl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user