mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +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
@@ -20,7 +20,6 @@
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#if defined(__linux__)
|
||||
#include "runtime/helpers/debug_helpers.h"
|
||||
#include "runtime/os_interface/os_library.h"
|
||||
#include "os_library.h"
|
||||
@@ -66,4 +65,3 @@ void *OsLibrary::getProcAddress(const std::string &procName) {
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user