Remove unnecessary header include

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-10-05 12:44:41 +00:00
committed by Compute-Runtime-Automation
parent 9bea74a780
commit 0b1c3d24f1

View File

@@ -9,9 +9,10 @@
#include "shared/source/command_stream/preemption.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/preamble.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "opencl/source/command_queue/gpgpu_walker.h"
#include "pipe_control_args.h"
namespace NEO {