includes simplification

use HW specific header instead generic one

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-24 11:02:41 +00:00
committed by Compute-Runtime-Automation
parent 9f1b13e329
commit 4673a98074
39 changed files with 60 additions and 91 deletions

View File

@ -1,17 +1,16 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen8/hw_cmds.h"
#include "shared/source/helpers/populate_factory.h"
#include "opencl/source/helpers/cl_hw_helper_base.inl"
#include "opencl/source/helpers/cl_hw_helper_bdw_and_later.inl"
#include "hw_cmds.h"
namespace NEO {
using Family = BDWFamily;