Add absolute include paths

Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 22:44:01 +01:00
parent e072275ae6
commit 7df9945ebe
1446 changed files with 3815 additions and 3815 deletions

View File

@@ -6,17 +6,17 @@
*/
#pragma once
#include "command_stream/preemption_mode.h"
#include "helpers/aligned_memory.h"
#include "helpers/bit_helpers.h"
#include "helpers/common_types.h"
#include "helpers/engine_control.h"
#include "memory_manager/allocation_properties.h"
#include "memory_manager/gfx_partition.h"
#include "memory_manager/graphics_allocation.h"
#include "memory_manager/host_ptr_defines.h"
#include "memory_manager/local_memory_usage.h"
#include "page_fault_manager/cpu_page_fault_manager.h"
#include "shared/source/command_stream/preemption_mode.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/bit_helpers.h"
#include "shared/source/helpers/common_types.h"
#include "shared/source/helpers/engine_control.h"
#include "shared/source/memory_manager/allocation_properties.h"
#include "shared/source/memory_manager/gfx_partition.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/host_ptr_defines.h"
#include "shared/source/memory_manager/local_memory_usage.h"
#include "shared/source/page_fault_manager/cpu_page_fault_manager.h"
#include "engine_node.h"