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

@ -7,7 +7,7 @@
#include "opencl/source/sharings/unified/enable_unified.h"
#include "debug_settings/debug_settings_manager.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "opencl/source/context/context.h"
#include "opencl/source/context/context.inl"
#include "opencl/source/sharings/sharing_factory.h"

View File

@ -7,9 +7,9 @@
#include "unified_buffer.h"
#include "gmm_helper/gmm.h"
#include "helpers/get_info.h"
#include "memory_manager/memory_manager.h"
#include "shared/source/gmm_helper/gmm.h"
#include "shared/source/helpers/get_info.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "opencl/source/context/context.h"
#include "opencl/source/mem_obj/buffer.h"

View File

@ -7,13 +7,13 @@
#include "unified_image.h"
#include "execution_environment/execution_environment.h"
#include "gmm_helper/gmm.h"
#include "gmm_helper/resource_info.h"
#include "helpers/get_info.h"
#include "helpers/hw_helper.h"
#include "memory_manager/graphics_allocation.h"
#include "memory_manager/memory_manager.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/gmm_helper/gmm.h"
#include "shared/source/gmm_helper/resource_info.h"
#include "shared/source/helpers/get_info.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/mem_obj/image.h"

View File

@ -7,8 +7,8 @@
#include "opencl/source/sharings/unified/unified_sharing.h"
#include "helpers/string.h"
#include "helpers/timestamp_packet.h"
#include "shared/source/helpers/string.h"
#include "shared/source/helpers/timestamp_packet.h"
#include "opencl/source/context/context.h"
#include "opencl/source/sharings/sharing_factory.h"

View File

@ -7,7 +7,7 @@
#pragma once
#include "os_interface/os_library.h"
#include "shared/source/os_interface/os_library.h"
#include "opencl/source/mem_obj/mem_obj.h"
#include "opencl/source/sharings/sharing.h"
#include "opencl/source/sharings/unified/unified_sharing_types.h"