Change core inlcudes

Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 18:46:50 +01:00
parent 87c5d2663b
commit 370424a1e0
1447 changed files with 3820 additions and 3823 deletions

View File

@@ -5,12 +5,12 @@
*
*/
#include "core/device/device.h"
#include "core/helpers/hw_helper.h"
#include "core/indirect_heap/indirect_heap.h"
#include "core/os_interface/os_context.h"
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
#include "core/unit_tests/helpers/ult_hw_config.h"
#include "device/device.h"
#include "helpers/hw_helper.h"
#include "indirect_heap/indirect_heap.h"
#include "os_interface/os_context.h"
#include "unit_tests/helpers/debug_manager_state_restore.h"
#include "unit_tests/helpers/ult_hw_config.h"
#include "opencl/source/platform/platform.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/helpers/unit_test_helper.h"