From http://www.jwz.org/xscreensaver/xscreensaver-5.16.tar.gz
[xscreensaver] / hacks / glx / xlock-gl-utils.c
index e3aeff0b5462c43476f767bc10e7a582c3ba35fb..0921731f22eb59d224d1593e431d1f76819fd0f4 100644 (file)
 #include "xlockmoreI.h"
 #include "glxfonts.h"
 
-#include <GL/gl.h>
-#include <GL/glu.h>
-#include <GL/glx.h>
-
 #ifndef isupper
 # define isupper(c)  ((c) >= 'A' && (c) <= 'Z')
 #endif
@@ -144,7 +140,6 @@ init_GL(ModeInfo * mi)
   }
 }
 
-
 \f
 
 /* clear away any lingering error codes */