Move GMM-OCL types conversions to new helper + includes cleanup

Change-Id: I13e5917a32a5cd894ee42a848407fe20bf1daa06
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-12-03 14:43:03 +01:00
committed by sys_ocldev
parent 6847893e02
commit ec21f06427
38 changed files with 124 additions and 108 deletions

View File

@@ -7,7 +7,6 @@
#pragma once
#include "public/cl_gl_private_intel.h"
#include "runtime/gmm_helper/gmm_helper.h"
#include "runtime/sharings/gl/gl_sharing.h"
#include "unit_tests/os_interface/windows/gl/gl_dll_helper.h"

View File

@@ -7,7 +7,6 @@
#pragma once
#include "runtime/gmm_helper/gmm.h"
#include "runtime/gmm_helper/gmm_helper.h"
#include "runtime/helpers/options.h"
#include "runtime/helpers/surface_formats.h"
#include "unit_tests/mocks/mock_device.h"