Add absolute path to include

Change-Id: Ib0782b4ab8d9a26ec358ecfb57721f4fe8d51b06
This commit is contained in:
kamdiedrich
2020-02-22 22:50:57 +01:00
committed by sys_ocldev
parent a48b50c554
commit d015d3633f
1377 changed files with 5386 additions and 5464 deletions

View File

@@ -5,16 +5,15 @@
*
*/
#include "device_queue/device_queue.h"
#include "opencl/source/device_queue/device_queue.h"
#include "core/helpers/hw_helper.h"
#include "core/memory_manager/memory_manager.h"
#include "context/context.h"
#include "device/cl_device.h"
#include "device_queue/device_queue_hw.h"
#include "helpers/dispatch_info.h"
#include "helpers/queue_helpers.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/device_queue/device_queue_hw.h"
#include "opencl/source/helpers/dispatch_info.h"
#include "opencl/source/helpers/queue_helpers.h"
namespace NEO {
DeviceQueueCreateFunc deviceQueueFactory[IGFX_MAX_CORE] = {};