Move graphics_allocation to core folder

Change-Id: I16b8dbb57c2a40126826a232332c18ba9f563220
This commit is contained in:
Kamil Diedrich
2019-09-17 21:26:09 +02:00
committed by sys_ocldev
parent e6341f48bb
commit 115070767c
65 changed files with 68 additions and 68 deletions

View File

@@ -6,8 +6,8 @@
*/
#pragma once
#include "core/memory_manager/graphics_allocation.h"
#include "runtime/command_queue/command_queue_hw.h"
#include "runtime/memory_manager/graphics_allocation.h"
#include "unit_tests/libult/ult_command_stream_receiver.h"
////////////////////////////////////////////////////////////////////////////////