diff options
Diffstat (limited to 'pugl_test.c')
-rw-r--r-- | pugl_test.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pugl_test.c b/pugl_test.c index 05efa61..b1dd316 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -18,17 +18,8 @@ @file pugl_test.c A simple Pugl test that creates a top-level window. */ -/* - This program uses only the the Pugl and OpenGL APIs, but the Windows - gl.h is broken and requires windows.h to be included first... -*/ -#ifdef _WIN32 -# include <windows.h> -#endif - #include <stdio.h> -#include "GL/gl.h" #include "pugl/pugl.h" static int quit = 0; |