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"