diff options
Diffstat (limited to 'pugl_test.c')
-rw-r--r-- | pugl_test.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/pugl_test.c b/pugl_test.c index 9282420..aa7997d 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -22,13 +22,8 @@ #include <string.h> #include "pugl/pugl.h" - -// Argh! -#ifdef __APPLE__ -# include <OpenGL/glu.h> -#else -# include <GL/glu.h> -#endif +#include "pugl/gl.h" +#include "pugl/glu.h" static int quit = 0; static float xAngle = 0.0f; |