Cmake refactor part 1: fix dependencies with including os_inc.h

Remove some not needed includes

Change-Id: I158ad663ccfcec4822e3768df9d05090c5e096f9
This commit is contained in:
Mateusz Jablonski
2018-02-02 10:33:31 +01:00
committed by sys_ocldev
parent 0178b9862f
commit ea021f8d69
48 changed files with 64 additions and 81 deletions

View File

@@ -22,6 +22,7 @@
#pragma once
#include "runtime/built_ins/built_ins.h"
#include "runtime/helpers/dispatch_info.h"
using namespace OCLRT;

View File

@@ -25,7 +25,7 @@
#include "runtime/helpers/file_io.h"
#include "runtime/helpers/hw_info.h"
#include "runtime/helpers/options.h"
#include "runtime/os_interface/os_inc.h"
#include "runtime/os_interface/os_inc_base.h"
#include "unit_tests/helpers/test_files.h"
#include "ocl_igc_interface/igc_ocl_device_ctx.h"