From 0d31ff0476b7cac3e44eaeabb3b6d27767f1adda Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Tue, 18 Nov 2025 09:27:13 +0000 Subject: [PATCH] build: remove includes from public extensions header Signed-off-by: Mateusz Jablonski --- opencl/extensions/public/cl_gl_private_intel_structures.h | 3 --- opencl/test/unit_test/sharings/gl/windows/gl_sharing_tests.cpp | 1 - 2 files changed, 4 deletions(-) diff --git a/opencl/extensions/public/cl_gl_private_intel_structures.h b/opencl/extensions/public/cl_gl_private_intel_structures.h index cf404a46c7..9768950de7 100644 --- a/opencl/extensions/public/cl_gl_private_intel_structures.h +++ b/opencl/extensions/public/cl_gl_private_intel_structures.h @@ -10,9 +10,6 @@ #ifndef OPENCL_SHARED_RESOURCE #define OPENCL_SHARED_RESOURCE -#include -#include - // Used for creating CL resources from GL resources typedef struct _tagCLGLResourceInfo { GLuint name; diff --git a/opencl/test/unit_test/sharings/gl/windows/gl_sharing_tests.cpp b/opencl/test/unit_test/sharings/gl/windows/gl_sharing_tests.cpp index 323c3ee55e..f5b01a7015 100644 --- a/opencl/test/unit_test/sharings/gl/windows/gl_sharing_tests.cpp +++ b/opencl/test/unit_test/sharings/gl/windows/gl_sharing_tests.cpp @@ -21,7 +21,6 @@ #include "shared/test/common/mocks/mock_memory_manager.h" #include "shared/test/common/test_macros/hw_test.h" -#include "opencl/extensions/public/cl_gl_private_intel_structures.h" #include "opencl/source/command_queue/command_queue.h" #include "opencl/source/context/context.h" #include "opencl/source/event/user_event.h"