test: cleanup header includes 3/n

Related-To: NEO-15383
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
Naklicki, Mateusz
2025-06-27 11:03:08 +00:00
committed by Compute-Runtime-Automation
parent f710cbc3f6
commit f8a2070c86
90 changed files with 171 additions and 247 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2024 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,8 +9,6 @@
#include "shared/source/helpers/string.h"
#include "shared/test/common/helpers/gtest_helpers.h"
#include "opencl/source/platform/platform.h"
#include "opencl/source/program/program.h"
#include "opencl/test/unit_test/fixtures/kernel_data_fixture.h"
TEST_F(KernelDataTest, GivenKernelNameWhenBuildingThenProgramIsCorrect) {