From 947703d7b0303c0afacc8d61ad145806b44e3af6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Mar 2020 21:49:50 +0100 Subject: Cleanup: Remove unnecessary includes Apparently glxext.h is always included in glx.h on modern systems. The window demo does not actually use any GL functions directly since they are all factored out. --- examples/pugl_window_demo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') 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" -- cgit v1.2.1