Moved files from gmm_helper to core

Related-To: NEO-4138

Change-Id: Ib7aecb1531cebbe34abb5c8e57067464726e9009
Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
Konstanty Misiak
2020-01-21 11:16:11 +01:00
committed by sys_ocldev
parent f057712fa7
commit fc5b98970c
41 changed files with 54 additions and 56 deletions

View File

@@ -5,6 +5,7 @@
*
*/
#include "core/helpers/get_info.h"
#include "core/helpers/hw_info.h"
#include "core/utilities/api_intercept.h"
#include "runtime/api/api.h"
@@ -12,7 +13,6 @@
#include "runtime/command_queue/command_queue.h"
#include "runtime/context/context.h"
#include "runtime/device/device.h"
#include "runtime/helpers/get_info.h"
#include "runtime/mem_obj/image.h"
#include "runtime/platform/platform.h"
#include "runtime/sharings/d3d/d3d_buffer.h"