mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "helpers/hw_info.h"
|
||||
#include "shared/source/helpers/hw_info.h"
|
||||
#include "test.h"
|
||||
|
||||
#include <type_traits>
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "helpers/hw_cmds.h"
|
||||
#include "shared/source/helpers/hw_cmds.h"
|
||||
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "indirect_heap/indirect_heap.h"
|
||||
#include "memory_manager/memory_constants.h"
|
||||
#include "shared/source/indirect_heap/indirect_heap.h"
|
||||
#include "shared/source/memory_manager/memory_constants.h"
|
||||
#include "opencl/test/unit_test/gen_common/gen_cmd_parse.h"
|
||||
#include "opencl/test/unit_test/helpers/unit_test_helper.h"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "helpers/hw_cmds.h"
|
||||
#include "shared/source/helpers/hw_cmds.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_device.h"
|
||||
#include "test.h"
|
||||
|
Reference in New Issue
Block a user