mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@ -5,16 +5,16 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "gmm_helper/gmm_lib.h"
|
||||
#include "helpers/abort.h"
|
||||
#include "helpers/completion_stamp.h"
|
||||
#include "helpers/debug_helpers.h"
|
||||
#include "helpers/hw_cmds.h"
|
||||
#include "helpers/hw_info.h"
|
||||
#include "helpers/kmd_notify_properties.h"
|
||||
#include "helpers/ptr_math.h"
|
||||
#include "memory_manager/memory_constants.h"
|
||||
#include "sku_info/sku_info_base.h"
|
||||
#include "shared/source/gmm_helper/gmm_lib.h"
|
||||
#include "shared/source/helpers/abort.h"
|
||||
#include "shared/source/helpers/completion_stamp.h"
|
||||
#include "shared/source/helpers/debug_helpers.h"
|
||||
#include "shared/source/helpers/hw_cmds.h"
|
||||
#include "shared/source/helpers/hw_info.h"
|
||||
#include "shared/source/helpers/kmd_notify_properties.h"
|
||||
#include "shared/source/helpers/ptr_math.h"
|
||||
#include "shared/source/memory_manager/memory_constants.h"
|
||||
#include "shared/source/sku_info/sku_info_base.h"
|
||||
#include "opencl/test/unit_test/gen_common/gen_cmd_parse.h"
|
||||
#include "test.h"
|
||||
|
||||
|
Reference in New Issue
Block a user