Optimize includes scheme.

- remove not needed includes.

Change-Id: I8d2018e965496eb3bc3321550bdc4924d52f7315
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-07-15 10:42:00 +02:00
committed by sys_ocldev
parent ddb0d82e83
commit 05522f8ecd
14 changed files with 0 additions and 14 deletions

View File

@@ -5,7 +5,6 @@
*
*/
#include "core/unit_tests/helpers/memory_management.h"
#include "runtime/helpers/aligned_memory.h"
#include "runtime/memory_manager/address_mapper.h"
#include "test.h"

View File

@@ -5,7 +5,6 @@
*
*/
#include "core/unit_tests/helpers/memory_management.h"
#include "runtime/command_stream/preemption.h"
#include "runtime/event/event.h"
#include "runtime/helpers/cache_policy.h"

View File

@@ -6,7 +6,6 @@
*/
#include "core/helpers/ptr_math.h"
#include "core/unit_tests/helpers/memory_management.h"
#include "runtime/aub_mem_dump/page_table_entry_bits.h"
#include "runtime/memory_manager/memory_banks.h"
#include "runtime/memory_manager/page_table.h"