Move remaining SBA files to shared

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-11-26 14:40:53 +01:00
committed by Compute-Runtime-Automation
parent e6a18aac73
commit 60d0d4d67f
6 changed files with 1 additions and 1 deletions

View File

@ -1,14 +0,0 @@
/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/state_base_address.h"
#include "shared/source/helpers/state_base_address_bdw.inl"
#include "shared/source/helpers/state_base_address_bdw_plus.inl"
namespace NEO {
template struct StateBaseAddressHelper<BDWFamily>;
}