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

@@ -10,13 +10,13 @@
#include "core/command_stream/preemption.h"
#include "core/execution_environment/root_device_environment.h"
#include "core/helpers/hw_helper.h"
#include "core/memory_manager/memory_manager.h"
#include "core/os_interface/os_context.h"
#include "core/os_interface/os_interface.h"
#include "core/os_interface/os_time.h"
#include "runtime/command_stream/command_stream_receiver.h"
#include "runtime/command_stream/experimental_command_buffer.h"
#include "runtime/device/driver_info.h"
#include "runtime/memory_manager/memory_manager.h"
#include "runtime/source_level_debugger/source_level_debugger.h"
namespace NEO {