Skip to content

Commit 0b1c3d2

Browse files
Remove unnecessary header include
Signed-off-by: Zbigniew Zdanowicz <[email protected]>
1 parent 9bea74a commit 0b1c3d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/source/command_stream/preemption.inl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
#include "shared/source/command_stream/preemption.h"
1010
#include "shared/source/device/device.h"
1111
#include "shared/source/helpers/hw_helper.h"
12+
#include "shared/source/helpers/preamble.h"
1213
#include "shared/source/memory_manager/graphics_allocation.h"
1314

14-
#include "opencl/source/command_queue/gpgpu_walker.h"
15+
#include "pipe_control_args.h"
1516

1617
namespace NEO {
1718

0 commit comments

Comments
 (0)