mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 17:33:00 +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
@@ -22,11 +22,10 @@
|
||||
|
||||
#pragma once
|
||||
#include "runtime/helpers/engine_node.h"
|
||||
#include "runtime/os_interface/os_inc.h"
|
||||
#include <cstdint>
|
||||
|
||||
namespace OCLRT {
|
||||
|
||||
typedef uint64_t FlushStamp;
|
||||
struct CompletionStamp {
|
||||
uint32_t taskCount;
|
||||
uint32_t taskLevel;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
namespace OCLRT {
|
||||
|
||||
enum EngineType : uint32_t {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "runtime/os_interface/os_inc.h"
|
||||
#include "runtime/helpers/completion_stamp.h"
|
||||
#include "runtime/utilities/reference_tracked_object.h"
|
||||
#include "runtime/utilities/stackvec.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user