Move memory management to core.

Change-Id: Ifa9233960f81095e293df631da9422608535171d
This commit is contained in:
Mrozek, Michal
2019-07-12 11:33:09 +02:00
committed by sys_ocldev
parent 2cec1869fd
commit e58273fac2
23 changed files with 25 additions and 25 deletions

View File

@@ -5,6 +5,7 @@
*
*/
#include "core/unit_tests/helpers/memory_management.h"
#include "runtime/command_queue/command_queue_hw.h"
#include "runtime/command_queue/gpgpu_walker.h"
#include "runtime/event/user_event.h"
@@ -24,7 +25,6 @@
#include "unit_tests/gen_common/matchers.h"
#include "unit_tests/helpers/debug_manager_state_restore.h"
#include "unit_tests/helpers/hw_parse.h"
#include "unit_tests/helpers/memory_management.h"
#include "unit_tests/mocks/mock_buffer.h"
#include "unit_tests/mocks/mock_command_queue.h"
#include "unit_tests/mocks/mock_context.h"