Remove runtime/gen_common from include paths

Change-Id: I4d1f9e64e0f4099e7903234e62b070ad4235347a
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2019-11-18 16:48:41 +01:00
committed by sys_ocldev
parent 3e1b15c31d
commit e7ee6daaa0
79 changed files with 26 additions and 137 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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(

View File

@@ -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>