Add absolute include paths

Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 22:44:01 +01:00
parent e072275ae6
commit 7df9945ebe
1446 changed files with 3815 additions and 3815 deletions

View File

@@ -5,9 +5,9 @@
*
*/
#include "command_stream/command_stream_receiver.h"
#include "memory_manager/surface.h"
#include "utilities/spinlock.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/memory_manager/surface.h"
#include "shared/source/utilities/spinlock.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"

View File

@@ -7,7 +7,7 @@
#include "gtpin_helpers.h"
#include "memory_manager/memory_manager.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "opencl/source/context/context.h"
#include "opencl/source/helpers/validators.h"
#include "opencl/source/mem_obj/buffer.h"

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "helpers/hw_cmds.h"
#include "shared/source/helpers/hw_cmds.h"
namespace NEO {
class Kernel;

View File

@@ -5,8 +5,8 @@
*
*/
#include "helpers/hw_cmds.h"
#include "helpers/string.h"
#include "shared/source/helpers/hw_cmds.h"
#include "shared/source/helpers/string.h"
#include "opencl/source/gtpin/gtpin_hw_helper.h"
#include "opencl/source/kernel/kernel.h"

View File

@@ -7,7 +7,7 @@
#include "gtpin_init.h"
#include "device/device.h"
#include "shared/source/device/device.h"
#include "opencl/source/device/device_info.h"
#include "opencl/source/platform/platform.h"