summaryrefslogtreecommitdiff
path: root/tests/glean/glwrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/glwrap.h')
-rw-r--r--tests/glean/glwrap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/glean/glwrap.h b/tests/glean/glwrap.h
index d3404b49f..03aa27439 100644
--- a/tests/glean/glwrap.h
+++ b/tests/glean/glwrap.h
@@ -52,14 +52,11 @@
#if defined(__WIN__)
# include <windows.h>
-# include <GL/glu.h>
#elif defined(__X11__)
# include <GL/glx.h>
// glx.h covers Xlib.h and gl.h, among others
-# include <GL/glu.h>
#elif defined(__AGL__)
# include <Carbon/Carbon.h>
-# include <OpenGL/glu.h>
# include <OpenGL/glext.h>
# include <AGL/agl.h>
# include <AGL/aglRenderers.h>