mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 00:58:39 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/csr_deps.h"
|
||||
#include "command_stream/queue_throttle.h"
|
||||
#include "command_stream/thread_arbitration_policy.h"
|
||||
#include "helpers/hw_info.h"
|
||||
#include "helpers/pipeline_select_args.h"
|
||||
#include "kernel/grf_config.h"
|
||||
#include "memory_manager/memory_constants.h"
|
||||
#include "shared/source/command_stream/csr_deps.h"
|
||||
#include "shared/source/command_stream/queue_throttle.h"
|
||||
#include "shared/source/command_stream/thread_arbitration_policy.h"
|
||||
#include "shared/source/helpers/hw_info.h"
|
||||
#include "shared/source/helpers/pipeline_select_args.h"
|
||||
#include "shared/source/kernel/grf_config.h"
|
||||
#include "shared/source/memory_manager/memory_constants.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user