includes simplification

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-25 22:24:42 +00:00
committed by Compute-Runtime-Automation
parent 6fc8047eb8
commit 3af3185e3c
8 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -15,8 +15,6 @@
#include "shared/test/common/mocks/mock_graphics_allocation.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
#include <memory>
using namespace NEO;

View File

@@ -5,6 +5,7 @@
*
*/
#include "shared/source/gen11/hw_cmds.h"
#include "shared/source/gen11/hw_info.h"
#include "shared/test/common/helpers/unit_test_helper.h"
#include "shared/test/common/helpers/unit_test_helper.inl"

View File

@@ -5,6 +5,7 @@
*
*/
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/source/gen12lp/hw_info.h"
#include "shared/test/common/helpers/unit_test_helper.h"
#include "shared/test/common/helpers/unit_test_helper.inl"

View File

@@ -5,6 +5,7 @@
*
*/
#include "shared/source/gen8/hw_cmds.h"
#include "shared/source/gen8/hw_info.h"
#include "shared/test/common/helpers/unit_test_helper.h"
#include "shared/test/common/helpers/unit_test_helper.inl"

View File

@@ -5,6 +5,7 @@
*
*/
#include "shared/source/gen9/hw_cmds.h"
#include "shared/source/gen9/hw_info.h"
#include "shared/test/common/helpers/unit_test_helper.h"
#include "shared/test/common/helpers/unit_test_helper.inl"

View File

@@ -8,7 +8,8 @@
#pragma once
#include "shared/source/helpers/aux_translation.h"
#include "hw_cmds.h"
#include <cstddef>
#include <vector>
namespace NEO {

View File

@@ -10,8 +10,6 @@
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/helpers/logical_state_helper.h"
#include "hw_cmds.h"
namespace NEO {
template <typename GfxFamily>

View File

@@ -12,8 +12,6 @@
#include "shared/source/kernel/dispatch_kernel_encoder_interface.h"
#include "shared/test/common/test_macros/test.h"
#include "hw_cmds.h"
template <typename FamilyType>
struct PreferredSlmTestValues {
uint32_t preferredSlmAllocationSizePerDss;