From f2e294f99b42becc35588673f45a2d536e1091fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Oct 2020 12:09:10 +0200 Subject: Cleanup: Fix IWYU warnings --- examples/glad/glad.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/glad') diff --git a/examples/glad/glad.h b/examples/glad/glad.h index d8068c6..9efb229 100644 --- a/examples/glad/glad.h +++ b/examples/glad/glad.h @@ -124,8 +124,6 @@ typedef khronos_int64_t GLint64EXT; typedef khronos_uint64_t GLuint64; typedef khronos_uint64_t GLuint64EXT; typedef struct __GLsync *GLsync; -struct _cl_context; -struct _cl_event; typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam); typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam); typedef void (APIENTRY *GLDEBUGPROCKHR)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam); -- cgit v1.2.1