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

@ -5,9 +5,9 @@
*
*/
#include "helpers/aligned_memory.h"
#include "helpers/ptr_math.h"
#include "memory_manager/surface.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/memory_manager/surface.h"
#include "opencl/source/helpers/surface_formats.h"
#include "opencl/source/kernel/kernel.h"
#include "opencl/source/mem_obj/image.h"