mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Cleanup includes 24
Cleaned up files: opencl/source/mem_obj/image.h opencl/source/platform/platform.h shared/source/command_stream/preemption.h shared/source/helpers/mt_helpers.h shared/source/memory_manager/unified_memory_manager.h Related-To: NEO-5548 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6b34c429b4
commit
0dc5fb3e51
@@ -1,18 +1,19 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/linear_stream.h"
|
||||
#include "shared/source/command_stream/preemption_mode.h"
|
||||
|
||||
#include "sku_info.h"
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace NEO {
|
||||
class LinearStream;
|
||||
enum PreemptionMode : uint32_t;
|
||||
struct HardwareInfo;
|
||||
struct RootDeviceEnvironment;
|
||||
class Device;
|
||||
class GraphicsAllocation;
|
||||
struct KernelDescriptor;
|
||||
|
||||
Reference in New Issue
Block a user