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

@@ -10,19 +10,19 @@
#include "shared/source/command_container/cmdcontainer.h"
#include "shared/source/command_container/encode_alu_helper.h"
#include "shared/source/debugger/debugger.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/gmm_helper/gmm_lib.h"
#include "shared/source/helpers/definitions/mi_flush_args.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "shared/source/helpers/register_offsets.h"
#include "shared/source/kernel/dispatch_kernel_encoder_interface.h"
#include "shared/source/kernel/kernel_arg_descriptor.h"
#include "encode_surface_state_args.h"
#include <list>
namespace NEO {
struct EncodeSurfaceStateArgs;
struct MiFlushArgs;
struct PipeControlArgs;
enum class SlmPolicy;
struct DispatchKernelEncoderI;
struct RootDeviceEnvironment;
class BindlessHeapsHelper;
class GmmHelper;