Move wddm files to core folder

Change-Id: I28cb7ee6f63275e5b44697e22259023354b9311e
This commit is contained in:
kamdiedrich
2020-01-31 14:35:46 +01:00
parent 184112e228
commit 0fff56b656
116 changed files with 241 additions and 241 deletions

View File

@@ -1,12 +1,12 @@
/*
* Copyright (C) 2017-2019 Intel Corporation
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/execution_environment/root_device_environment.h"
#include "runtime/os_interface/windows/os_interface.h"
#include "core/os_interface/windows/os_interface.h"
#include "unit_tests/mocks/mock_execution_environment.h"
#include "unit_tests/os_interface/windows/wddm_fixture.h"