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/event/async_events_handler.h"
#include "core/helpers/timestamp_packet.h"
#include "core/os_interface/os_thread.h"
#include "helpers/timestamp_packet.h"
#include "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 "core/command_stream/command_stream_receiver.h"
#include "core/device/device.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/get_info.h"
#include "core/helpers/timestamp_packet.h"
#include "core/memory_manager/internal_allocation_storage.h"
#include "core/utilities/range.h"
#include "core/utilities/stackvec.h"
#include "core/utilities/tag_allocator.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 "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 "core/helpers/flush_stamp.h"
#include "core/os_interface/os_time.h"
#include "core/utilities/arrayref.h"
#include "core/utilities/idlist.h"
#include "core/utilities/iflist.h"
#include "helpers/flush_stamp.h"
#include "os_interface/os_time.h"
#include "utilities/arrayref.h"
#include "utilities/idlist.h"
#include "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 "core/helpers/debug_helpers.h"
#include "core/helpers/timestamp_packet.h"
#include "helpers/debug_helpers.h"
#include "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 "core/utilities/arrayref.h"
#include "core/utilities/stackvec.h"
#include "utilities/arrayref.h"
#include "utilities/stackvec.h"
#include "CL/cl.h"

View File

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

View File

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

View File

@@ -7,7 +7,7 @@
#pragma once
#include "core/memory_manager/graphics_allocation.h"
#include "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 "core/command_stream/command_stream_receiver.h"
#include "core/device/device.h"
#include "command_stream/command_stream_receiver.h"
#include "device/device.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/context/context.h"