includes refactor

Change-Id: I4dd85112b20b26fe1ecc95b8098cb160548db1d4
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2020-08-26 22:36:51 +02:00
committed by sys_ocldev
parent cfe1d76781
commit 0dbcac46bd
27 changed files with 27 additions and 26 deletions

View File

@@ -11,11 +11,11 @@
#include "opencl/source/aub/aub_center.h"
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
#include "opencl/source/gen_common/aub_mapper.h"
#include "opencl/source/memory_manager/os_agnostic_memory_manager.h"
#include "opencl/source/memory_manager/page_table.h"
#include "opencl/source/memory_manager/physical_address_allocator.h"
#include "aub_mapper.h"
#include "command_stream_receiver_simulated_hw.h"
namespace NEO {

View File

@@ -8,9 +8,9 @@
#pragma once
#include "shared/source/command_stream/command_stream_receiver_hw.h"
#include "opencl/source/gen_common/aub_mapper.h"
#include "opencl/source/memory_manager/memory_banks.h"
#include "aub_mapper.h"
#include "third_party/aub_stream/headers/hardware_context.h"
namespace aub_stream {

View File

@@ -7,11 +7,11 @@
#pragma once
#include "opencl/source/command_stream/tbx_command_stream_receiver.h"
#include "opencl/source/gen_common/aub_mapper.h"
#include "opencl/source/memory_manager/address_mapper.h"
#include "opencl/source/memory_manager/os_agnostic_memory_manager.h"
#include "opencl/source/memory_manager/page_table.h"
#include "aub_mapper.h"
#include "command_stream_receiver_simulated_hw.h"
#include <set>