mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Cleanup headers
Make TUs and headers self-contained, remove unused headers Signed-off-by: Daniel Chabrowski <daniel.chabrowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ac3005a463
commit
7463e1970b
@@ -5,7 +5,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#pragma once
|
||||
|
||||
#include "shared/source/memory_manager/allocation_type.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace NEO {
|
||||
struct AppResourceHelper {
|
||||
@@ -13,5 +17,4 @@ struct AppResourceHelper {
|
||||
static const char *getResourceTagStr(AllocationType type);
|
||||
static void copyResourceTagStr(char *dst, AllocationType type, size_t size);
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user