mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +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
@@ -27,7 +27,6 @@
|
||||
#include "kernel_arg_info.h"
|
||||
#include "patch_info.h"
|
||||
#include "runtime/helpers/hw_info.h"
|
||||
#include "runtime/helpers/dispatch_info.h"
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <cmath>
|
||||
@@ -41,6 +40,7 @@ class BuiltinDispatchInfoBuilder;
|
||||
class Device;
|
||||
class Kernel;
|
||||
struct KernelInfo;
|
||||
class DispatchInfo;
|
||||
struct KernelArgumentType;
|
||||
|
||||
extern std::unordered_map<std::string, uint32_t> accessQualifierMap;
|
||||
|
||||
Reference in New Issue
Block a user