Cleanup includes 53

Cleaned up files:
opencl/source/mem_obj/image.inl
shared/offline_compiler/source/decoder/zebin_manipulator.h
shared/source/aub_mem_dump/aub_alloc_dump.h
shared/source/compiler_interface/intermediate_representations.h
shared/source/helpers/blit_commands_helper_base.inl
shared/source/utilities/debug_file_reader.h
shared/source/utilities/software_tags.h
shared/source/xe_hpc_core/hw_cmds_pvc.h

Related-To: NEO-5548

Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2023-02-14 10:19:05 +00:00
committed by Compute-Runtime-Automation
parent 07598fb5e0
commit 8c17313c8b
42 changed files with 76 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2022 Intel Corporation
* Copyright (C) 2018-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,6 @@
#include "shared/source/utilities/debug_settings_reader.h"
#include <cstdint>
#include <istream>
#include <map>
#include <string>

View File

@@ -10,6 +10,8 @@
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/utilities/logger.h"
#include <algorithm>
namespace NEO {
bool operator<(const HeapChunk &hc1, const HeapChunk &hc2) {

View File

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