build: remove internal include from public extensions header

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-11-17 13:41:58 +00:00
committed by Compute-Runtime-Automation
parent 5cf4a002f7
commit fc27dcb47e

View File

@@ -9,7 +9,6 @@
#ifndef OPENCL_SHARED_RESOURCE
#define OPENCL_SHARED_RESOURCE
#include "shared/source/gmm_helper/gmm_lib.h"
#include <GL/gl.h>
#include <GL/glext.h>
@@ -128,4 +127,4 @@ typedef struct _tagCLGLEvent {
PCL_GL_SYNC_INFO pSyncInfo;
} CL_GL_EVENT, *PCL_GL_EVENT;
#endif //_WIN32
#endif
#endif