Remove not needed header inclusions

use full path when include header

Change-Id: I0cae6300b86173aea0f4267282e68aa5107fc1e2
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2019-12-11 11:38:44 +01:00
committed by sys_ocldev
parent ab2134ae8f
commit 495f0e8530
9 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
*
*/
#include "os_interface.h"
#include "runtime/os_interface/linux/os_interface.h"
namespace NEO {

View File

@@ -6,11 +6,8 @@
*/
#pragma once
#include "runtime/os_interface/linux/drm_memory_operations_handler.h"
#include "runtime/os_interface/os_interface.h"
#include "drm_neo.h"
namespace NEO {
class Drm;

View File

@@ -7,8 +7,8 @@
#pragma once
#include "core/command_stream/preemption_mode.h"
#include "core/helpers/common_types.h"
#include "core/utilities/reference_tracked_object.h"
#include "runtime/memory_manager/memory_manager.h"
#include "engine_node.h"

View File

@@ -6,6 +6,7 @@
*/
#pragma once
#include <cstdint>
namespace NEO {
@@ -24,7 +25,7 @@ class OSInterface {
static bool osEnabled64kbPages;
static bool osEnableLocalMemory;
static bool are64kbPagesEnabled();
unsigned int getDeviceHandle() const;
uint32_t getDeviceHandle() const;
void setGmmInputArgs(void *args);
protected:

View File

@@ -9,7 +9,6 @@
#include "runtime/os_interface/windows/sys_calls.h"
#include "runtime/os_interface/windows/wddm/wddm.h"
#include "runtime/os_interface/windows/wddm_memory_operations_handler.h"
namespace NEO {