mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
Remove runtime/gen_common from include paths
Change-Id: I4d1f9e64e0f4099e7903234e62b070ad4235347a Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3e1b15c31d
commit
e7ee6daaa0
@@ -5,12 +5,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "hw_info.h"
|
||||
#include "runtime/helpers/hw_info.h"
|
||||
|
||||
#include "runtime/gen_common/hw_cmds.h"
|
||||
#include "runtime/os_interface/debug_settings_manager.h"
|
||||
|
||||
#include "hw_cmds.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -7,10 +7,9 @@
|
||||
|
||||
#include "runtime/helpers/options.h"
|
||||
|
||||
#include "runtime/gen_common/hw_cmds.h"
|
||||
#include "runtime/helpers/array_count.h"
|
||||
|
||||
#include "hw_cmds.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -6,13 +6,12 @@
|
||||
*/
|
||||
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "runtime/gen_common/hw_cmds.h"
|
||||
#include "runtime/gmm_helper/gmm_helper.h"
|
||||
#include "runtime/helpers/cache_policy.h"
|
||||
#include "runtime/helpers/state_base_address.h"
|
||||
#include "runtime/indirect_heap/indirect_heap.h"
|
||||
|
||||
#include "hw_cmds.h"
|
||||
|
||||
namespace NEO {
|
||||
template <typename GfxFamily>
|
||||
void StateBaseAddressHelper<GfxFamily>::programStateBaseAddress(
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "runtime/command_stream/csr_definitions.h"
|
||||
|
||||
#include "hw_cmds.h"
|
||||
#include "runtime/gen_common/hw_cmds.h"
|
||||
|
||||
namespace NEO {
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user