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,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"