Skip to content

Commit ef95bfb

Browse files
Cleanup includes
Related-To: NEO-5548 Signed-off-by: Warchulski, Jaroslaw <[email protected]>
1 parent 1c3d5c3 commit ef95bfb

File tree

25 files changed

+7
-45
lines changed

25 files changed

+7
-45
lines changed

level_zero/tools/source/pin/pin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "pin.h"
99

1010
#include "shared/source/debug_settings/debug_settings_manager.h"
11-
#include "shared/source/helpers/debug_helpers.h"
1211

1312
#include "level_zero/source/inc/ze_intel_gpu.h"
1413

level_zero/tools/source/sysman/engine/engine_imp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include "level_zero/tools/source/sysman/engine/engine_imp.h"
99

10-
#include "shared/source/helpers/debug_helpers.h"
1110
namespace L0 {
1211

1312
ze_result_t EngineImp::engineGetActivity(zes_engine_stats_t *pStats) {

level_zero/tools/source/sysman/firmware/firmware_imp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
#include "os_firmware.h"
1313

14-
#include <cmath>
15-
1614
namespace L0 {
1715

1816
ze_result_t FirmwareImp::firmwareGetProperties(zes_firmware_properties_t *pProperties) {

opencl/source/built_ins/builtins_dispatch_builder.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
99

1010
#include "shared/source/built_ins/built_ins.h"
11-
#include "shared/source/built_ins/sip.h"
12-
#include "shared/source/compiler_interface/compiler_interface.h"
1311
#include "shared/source/compiler_interface/compiler_options.h"
1412
#include "shared/source/helpers/basic_math.h"
1513
#include "shared/source/helpers/debug_helpers.h"
@@ -26,7 +24,6 @@
2624
#include "opencl/source/program/program.h"
2725

2826
#include <cstdint>
29-
#include <sstream>
3027

3128
namespace NEO {
3229
template <>

opencl/source/command_queue/cl_local_work_size.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@
88
#include "opencl/source/command_queue/cl_local_work_size.h"
99

1010
#include "shared/source/device/device.h"
11-
#include "shared/source/helpers/array_count.h"
1211
#include "shared/source/helpers/basic_math.h"
13-
#include "shared/source/helpers/debug_helpers.h"
1412
#include "shared/source/helpers/hw_helper.h"
1513
#include "shared/source/helpers/local_work_size.h"
1614

1715
#include "opencl/source/context/context.h"
1816
#include "opencl/source/helpers/dispatch_info.h"
1917

20-
#include <cmath>
2118
#include <cstdint>
22-
#include <ctime>
2319

2420
namespace NEO {
2521

opencl/source/event/event_builder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2021 Intel Corporation
2+
* Copyright (C) 2018-2022 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -11,7 +11,6 @@
1111
#include "shared/source/helpers/timestamp_packet.h"
1212

1313
#include "opencl/source/api/cl_types.h"
14-
#include "opencl/source/context/context.h"
1514
#include "opencl/source/event/user_event.h"
1615

1716
namespace NEO {

opencl/source/kernel/kernel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
#include "shared/source/built_ins/built_ins.h"
1111
#include "shared/source/command_stream/command_stream_receiver.h"
1212
#include "shared/source/debug_settings/debug_settings_manager.h"
13-
#include "shared/source/device_binary_format/patchtokens_decoder.h"
1413
#include "shared/source/gmm_helper/gmm_helper.h"
1514
#include "shared/source/helpers/aligned_memory.h"
1615
#include "shared/source/helpers/basic_math.h"
1716
#include "shared/source/helpers/debug_helpers.h"
1817
#include "shared/source/helpers/get_info.h"
1918
#include "shared/source/helpers/hw_helper.h"
2019
#include "shared/source/helpers/kernel_helpers.h"
21-
#include "shared/source/helpers/per_thread_data.h"
2220
#include "shared/source/helpers/ptr_math.h"
2321
#include "shared/source/helpers/surface_format_info.h"
2422
#include "shared/source/kernel/kernel_arg_descriptor_extended_vme.h"

opencl/source/os_interface/windows/d3d10_11_sharing_functions.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/*
2-
* Copyright (C) 2018-2021 Intel Corporation
2+
* Copyright (C) 2018-2022 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

8+
#include "shared/source/helpers/array_count.h"
9+
810
#include "opencl/source/context/context.inl"
911
#include "opencl/source/os_interface/windows/d3d_sharing_functions.h"
1012
#include "opencl/source/sharings/d3d/d3d_sharing.h"

opencl/source/os_interface/windows/d3d_sharing_functions.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (C) 2018-2021 Intel Corporation
2+
* Copyright (C) 2018-2022 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
66
*/
77

88
#pragma once
9-
#include "shared/source/helpers/array_count.h"
109
#include "shared/source/helpers/debug_helpers.h"
1110

1211
#include "opencl/source/api/dispatch.h"

shared/source/built_ins/built_ins.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "shared/source/helpers/debug_helpers.h"
1313

1414
#include <cstdint>
15-
#include <fstream>
1615
#include <memory>
1716
#include <mutex>
1817
#include <string>

0 commit comments

Comments
 (0)