Remove not needed inclusions of device.h

Change-Id: Idfd8122592f58539a569143146443c08a18dace9
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2019-09-03 14:20:32 +02:00
committed by sys_ocldev
parent 70de319f33
commit 9c200530c8
25 changed files with 33 additions and 17 deletions

View File

@@ -8,6 +8,7 @@
#include "core/helpers/basic_math.h"
#include "core/helpers/debug_helpers.h"
#include "runtime/context/context.h"
#include "runtime/device/device.h"
#include "runtime/helpers/array_count.h"
#include "runtime/helpers/dispatch_info.h"
#include "runtime/kernel/kernel.h"