Cleanup includes 7

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2022-11-23 15:09:23 +00:00
committed by Compute-Runtime-Automation
parent c0c9ce548a
commit 4100e1aa72
31 changed files with 35 additions and 136 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -7,6 +7,8 @@
#include "shared/test/common/os_interface/windows/ult_dxcore_factory.h"
#include "shared/source/helpers/constants.h"
namespace NEO {
HRESULT WINAPI ULTDXCoreCreateAdapterFactory(REFIID riid, void **ppFactory) {

View File

@ -7,12 +7,12 @@
#pragma once
#include "shared/source/helpers/constants.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/os_interface/windows/dxgi_wrapper.h"
#include <cwchar>
#include <dxcore.h>
#include "dxcore_interface.h"
#include <vector>
namespace NEO {
constexpr auto error = 1;