mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Cmake refactor part 1: fix dependencies with including os_inc.h
Remove some not needed includes Change-Id: I158ad663ccfcec4822e3768df9d05090c5e096f9
This commit is contained in:
committed by
sys_ocldev
parent
0178b9862f
commit
ea021f8d69
@@ -24,8 +24,6 @@
|
||||
#include "runtime/api/cl_types.h"
|
||||
#include "runtime/indirect_heap/indirect_heap.h"
|
||||
#include "runtime/helpers/base_object.h"
|
||||
#include "runtime/helpers/completion_stamp.h"
|
||||
#include "runtime/helpers/flush_stamp.h"
|
||||
#include "runtime/helpers/properties_helper.h"
|
||||
#include "runtime/event/user_event.h"
|
||||
#include "runtime/os_interface/performance_counters.h"
|
||||
@@ -41,6 +39,7 @@ class Image;
|
||||
class IndirectHeap;
|
||||
class Kernel;
|
||||
class MemObj;
|
||||
struct CompletionStamp;
|
||||
|
||||
enum class QueuePriority {
|
||||
LOW,
|
||||
|
||||
Reference in New Issue
Block a user