Cleanup includes 16

Cleaned up files:
shared/source/built_ins/built_ins.h
shared/source/command_container/command_encoder.h
shared/source/helpers/hw_helper.h
shared/source/memory_manager/allocation_properties.h
shared/source/xe_hpc_core/hw_cmds.h
shared/test/common/test_macros/test_excludes.h

Related-To: NEO-5548

Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2022-12-29 12:27:52 +00:00
committed by Compute-Runtime-Automation
parent 9a992dc507
commit 9f3fc6858e
56 changed files with 77 additions and 15 deletions

View File

@@ -5,6 +5,8 @@
*
*/
#include "shared/source/device/device.h"
#include "opencl/source/cl_device/cl_device.h"
#include "opencl/source/context/context.h"
#include "opencl/source/helpers/cl_memory_properties_helpers_base.inl"

View File

@@ -17,6 +17,7 @@
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/helpers/string.h"
#include "shared/source/indirect_heap/indirect_heap.h"
#include "shared/source/kernel/dispatch_kernel_encoder_interface.h"
#include "opencl/source/cl_device/cl_device.h"
#include "opencl/source/context/context.h"