Move Host Ptr Manager to the core dir

Change-Id: I48c521acdcd4b3a78eb539026af5ffa840cf2181
Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
Jobczyk, Lukasz
2019-09-30 14:19:48 +02:00
committed by sys_ocldev
parent 3491e5d2e5
commit 627c359798
12 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "runtime/memory_manager/host_ptr_manager.h"
#include "core/memory_manager/host_ptr_manager.h"
namespace NEO {
class MockHostPtrManager : public HostPtrManager {

View File

@@ -10,6 +10,7 @@
#include "core/command_stream/linear_stream.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/ptr_math.h"
#include "core/memory_manager/host_ptr_manager.h"
#include "core/memory_manager/memory_constants.h"
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
#include "runtime/command_stream/device_command_stream.h"
@@ -18,7 +19,6 @@
#include "runtime/helpers/timestamp_packet.h"
#include "runtime/mem_obj/buffer.h"
#include "runtime/mem_obj/image.h"
#include "runtime/memory_manager/host_ptr_manager.h"
#include "runtime/os_interface/linux/allocator_helper.h"
#include "runtime/os_interface/linux/drm_allocation.h"
#include "runtime/os_interface/linux/drm_buffer_object.h"