Move memory_manager to core folder

Change-Id: I8d84d6982fea3cd785f1e15af0ee7fa361258a23
This commit is contained in:
kamdiedrich
2020-02-07 17:00:20 +01:00
committed by sys_ocldev
parent a53e26342a
commit f3fc466f5b
106 changed files with 122 additions and 122 deletions

View File

@@ -8,12 +8,12 @@
#include "core/execution_environment/execution_environment.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/basic_math.h"
#include "core/memory_manager/memory_manager.h"
#include "core/os_interface/linux/allocator_helper.h"
#include "core/os_interface/linux/os_interface.h"
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
#include "core/unit_tests/helpers/default_hw_info.inl"
#include "core/unit_tests/helpers/ult_hw_config.inl"
#include "runtime/memory_manager/memory_manager.h"
#include "test.h"
#include "unit_tests/custom_event_listener.h"
#include "unit_tests/helpers/variable_backup.h"