Cleanup headers

Signed-off-by: Daniel Chabrowski <daniel.chabrowski@intel.com>
This commit is contained in:
Daniel Chabrowski
2022-05-25 14:39:35 +00:00
committed by Compute-Runtime-Automation
parent b5495169ca
commit 6fd7ae7142
133 changed files with 251 additions and 138 deletions

View File

@@ -11,7 +11,6 @@
#include <cinttypes>
#include <cstddef>
#include <iostream>
#include <memory>
#include <mutex>
#include <sstream>
#include <string>
@@ -20,6 +19,7 @@
namespace NEO {
class Kernel;
struct MultiDispatchInfo;
class GraphicsAllocation;
const char *getAllocationTypeString(GraphicsAllocation const *graphicsAllocation);