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

@@ -5,7 +5,7 @@
*
*/
#include "runtime/memory_manager/graphics_allocation.h"
#include "core/memory_manager/graphics_allocation.h"
#include "runtime/program/kernel_info.h"
#include "unit_tests/mocks/mock_block_kernel_manager.h"
#include "unit_tests/mocks/mock_graphics_allocation.h"