diff options
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r-- | pugl/pugl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 7512aa1..4a8a599 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -30,13 +30,11 @@ */ #ifdef __APPLE__ # include "OpenGL/gl.h" -# include "OpenGL/glu.h" #else # ifdef _WIN32 # include <windows.h> /* Broken Windows GL headers require this */ # endif # include "GL/gl.h" -# include "GL/glu.h" #endif #ifdef PUGL_SHARED |