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

@@ -7,8 +7,8 @@
#include "opencl/source/event/async_events_handler.h"
#include "helpers/timestamp_packet.h"
#include "os_interface/os_thread.h"
#include "shared/source/helpers/timestamp_packet.h"
#include "shared/source/os_interface/os_thread.h"
#include "opencl/source/event/event.h"
#include <iterator>

View File

@@ -7,15 +7,15 @@
#include "opencl/source/event/event.h"
#include "command_stream/command_stream_receiver.h"
#include "device/device.h"
#include "helpers/aligned_memory.h"
#include "helpers/get_info.h"
#include "helpers/timestamp_packet.h"
#include "memory_manager/internal_allocation_storage.h"
#include "utilities/range.h"
#include "utilities/stackvec.h"
#include "utilities/tag_allocator.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/get_info.h"
#include "shared/source/helpers/timestamp_packet.h"
#include "shared/source/memory_manager/internal_allocation_storage.h"
#include "shared/source/utilities/range.h"
#include "shared/source/utilities/stackvec.h"
#include "shared/source/utilities/tag_allocator.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/context/context.h"

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "helpers/flush_stamp.h"
#include "os_interface/os_time.h"
#include "utilities/arrayref.h"
#include "utilities/idlist.h"
#include "utilities/iflist.h"
#include "shared/source/helpers/flush_stamp.h"
#include "shared/source/os_interface/os_time.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/idlist.h"
#include "shared/source/utilities/iflist.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/event/hw_timestamps.h"
#include "opencl/source/helpers/base_object.h"

View File

@@ -7,8 +7,8 @@
#include "opencl/source/event/event_builder.h"
#include "helpers/debug_helpers.h"
#include "helpers/timestamp_packet.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/timestamp_packet.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/context/context.h"
#include "opencl/source/event/user_event.h"

View File

@@ -6,8 +6,8 @@
*/
#pragma once
#include "utilities/arrayref.h"
#include "utilities/stackvec.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/stackvec.h"
#include "CL/cl.h"

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "utilities/iflist.h"
#include "shared/source/utilities/iflist.h"
#include "opencl/source/event/event.h"
#include <set>

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include <cinttypes>

View File

@@ -7,7 +7,7 @@
#pragma once
#include "memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "opencl/source/event/hw_timestamps.h"
namespace NEO {

View File

@@ -7,8 +7,8 @@
#include "user_event.h"
#include "command_stream/command_stream_receiver.h"
#include "device/device.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/device/device.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/context/context.h"