Cleanup includes 5

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2022-11-18 14:38:56 +00:00
committed by Compute-Runtime-Automation
parent 6542844b20
commit f35f59b573
33 changed files with 27 additions and 39 deletions

View File

@ -19,7 +19,6 @@
#include "shared/source/helpers/api_specific_config.h"
#include "shared/source/helpers/compiler_hw_info_config.h"
#include "shared/source/helpers/compiler_options_parser.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/string.h"
#include "shared/source/memory_manager/memory_manager.h"

View File

@ -21,7 +21,7 @@
#include "cif/builtins/memory/buffer/buffer.h"
#include "patch_list.h"
#include <list>
#include <functional>
#include <string>
#include <vector>

View File

@ -11,7 +11,6 @@
#include "shared/test/common/device_binary_format/elf/elf_tests_data.h"
#include "shared/test/common/helpers/debug_manager_state_restore.h"
#include "shared/test/common/helpers/gtest_helpers.h"
#include "shared/test/common/helpers/kernel_binary_helper.h"
#include "shared/test/common/helpers/kernel_filename_helper.h"
#include "shared/test/common/libult/global_environment.h"
#include "shared/test/common/mocks/mock_compiler_interface.h"
@ -28,8 +27,8 @@
#include "opencl/test/unit_test/program/program_tests.h"
#include "gtest/gtest.h"
#include "program_debug_data.h"
#include <algorithm>
#include <memory>
#include <string>
#include <vector>