mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
9a992dc507
commit
9f3fc6858e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user