remove unused include

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-28 08:58:38 +00:00
committed by Compute-Runtime-Automation
parent b0e694e102
commit 2cc2d05c37
56 changed files with 17 additions and 116 deletions

View File

@ -11,8 +11,6 @@
#include "shared/test/common/helpers/debug_manager_state_restore.h"
#include "shared/test/common/test_macros/test.h"
#include "gtest/gtest.h"
#include <cinttypes>
#include <memory>
#include <type_traits>

View File

@ -16,7 +16,6 @@
#include "shared/test/common/os_interface/linux/device_command_stream_fixture.h"
#include "drm/i915_drm.h"
#include "gtest/gtest.h"
#include <cstdio>
#include <fstream>

View File

@ -13,8 +13,6 @@
#include "shared/test/common/libult/linux/drm_mock.h"
#include "shared/test/common/libult/linux/drm_mock_prelim_context.h"
#include "gtest/gtest.h"
using namespace NEO;
class DrmQueryMock : public DrmMock {

View File

@ -19,8 +19,6 @@
#include "shared/source/os_interface/os_context.h"
#include "shared/test/common/helpers/dispatch_flags_helper.h"
#include "gtest/gtest.h"
#include <optional>
#include <vector>

View File

@ -10,8 +10,6 @@
#include "shared/test/common/mocks/mock_command_stream_receiver.h"
#include "shared/test/common/test_macros/mock_method_macros.h"
#include "gtest/gtest.h"
#include <vector>
using namespace NEO;

View File

@ -9,8 +9,6 @@
#include "shared/source/memory_manager/gfx_partition.h"
#include "gtest/gtest.h"
using namespace NEO;
class MockGfxPartition : public GfxPartition {

View File

@ -10,8 +10,6 @@
#include "shared/source/os_interface/os_context.h"
#include "shared/test/common/test_macros/mock_method_macros.h"
#include "gtest/gtest.h"
namespace NEO {
class GraphicsAllocation;

View File

@ -13,8 +13,6 @@
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/helpers/hw_info.h"
#include "gtest/gtest.h"
#include <string>
namespace NEO {

View File

@ -16,8 +16,6 @@
#include "shared/test/common/mocks/mock_device.h"
#include "shared/test/common/mocks/mock_execution_environment.h"
#include "gtest/gtest.h"
#include <algorithm>
class DrmCommandStreamTest : public ::testing::Test {

View File

@ -18,8 +18,6 @@
#include "shared/test/common/os_interface/linux/drm_memory_manager_fixture.h"
#include "shared/test/common/os_interface/linux/drm_mock_memory_info.h"
#include "gtest/gtest.h"
class DrmMemoryManagerLocalMemoryPrelimTest : public ::testing::Test {
public:
void SetUp() override {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -8,8 +8,6 @@
#pragma once
#include "shared/source/helpers/constants.h"
#include "gtest/gtest.h"
#include <memory>
namespace NEO {

View File

@ -10,8 +10,6 @@
#include "shared/test/common/helpers/default_hw_info.h"
#include "shared/test/common/test_macros/test.h"
#include "gtest/gtest.h"
using namespace NEO;
struct HwInfoConfigTest : public ::testing::Test {

View File

@ -10,7 +10,6 @@
#include "shared/test/common/helpers/default_hw_info.h"
#include "shared/test/common/libult/linux/drm_mock.h"
#include "gtest/gtest.h"
#include "test_traits_common.h"
using namespace NEO;

View File

@ -11,8 +11,6 @@
#include "shared/test/common/mocks/mock_memory_manager.h"
#include "shared/test/unit_test/page_fault_manager/mock_cpu_page_fault_manager.h"
#include "gtest/gtest.h"
#include <memory>
namespace NEO {

View File

@ -15,8 +15,6 @@
#include "shared/test/common/mocks/mock_graphics_allocation.h"
#include "shared/test/common/test_macros/test.h"
#include <gtest/gtest.h>
template <typename GfxFamily>
class SourceLevelDebuggerPreambleTest {
public:

View File

@ -6,7 +6,6 @@
*/
#pragma once
#include "gtest/gtest.h"
#include <sstream>
#include <string>