diff options
-rw-r--r-- | examples/pugl_window_demo.c | 1 | ||||
-rw-r--r-- | pugl/detail/x11_gl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/pugl_window_demo.c b/examples/pugl_window_demo.c index fdcd8cb..a3d87e6 100644 --- a/examples/pugl_window_demo.c +++ b/examples/pugl_window_demo.c @@ -24,7 +24,6 @@ #include "demo_utils.h" #include "test/test_utils.h" -#include "pugl/gl.h" #include "pugl/pugl.h" #include "pugl/pugl_gl.h" diff --git a/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c index 5bd7fac..5e4a5ca 100644 --- a/pugl/detail/x11_gl.c +++ b/pugl/detail/x11_gl.c @@ -25,7 +25,6 @@ #include "pugl/pugl_stub.h" #include <GL/glx.h> -#include <GL/glxext.h> #include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h> |