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:
Daniel Chabrowski
2022-05-17 19:04:23 +00:00
committed by Compute-Runtime-Automation
parent ac3005a463
commit 7463e1970b
88 changed files with 211 additions and 118 deletions

View File

@@ -6,6 +6,7 @@
*/
#include "shared/offline_compiler/source/decoder/binary_decoder.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/array_count.h"
#include "shared/test/common/helpers/test_files.h"
@@ -576,4 +577,4 @@ TEST(EncoderTests, WhenProcessingDeviceBinaryAndAsmIsAvailableThenAseembleItWith
EXPECT_EQ(encoder.filesMap["kernel_KernelHeap.asm"], encoder.getMockIga()->receivedAsm);
}
} // namespace NEO
} // namespace NEO

View File

@@ -11,6 +11,8 @@
#include "third_party/uapi/prelim/drm/i915_drm.h"
#include <iostream>
int DrmMockCustomPrelimContext::ioctlExtra(unsigned long request, void *arg) {
switch (request) {
case PRELIM_DRM_IOCTL_I915_GEM_CREATE_EXT: {