refactor: cleanup headers

Related-To: NEO-5548
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
Jaroslaw Warchulski
2025-04-14 12:58:01 +00:00
committed by Compute-Runtime-Automation
parent 6ecf5b373e
commit 3e1aa33924
46 changed files with 99 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2024 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -11,8 +11,10 @@
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/utilities/logger.h"
#include <algorithm>
#include <functional>
#include <new>
#include <type_traits>
#include <utility>
#ifdef _MSC_VER
#define ALIGNAS(x) __declspec(align(x))