summaryrefslogtreecommitdiffstats
path: root/hacks/glx/glut_swidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/glut_swidth.c')
-rw-r--r--hacks/glx/glut_swidth.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/hacks/glx/glut_swidth.c b/hacks/glx/glut_swidth.c
index b165a0a..4da6105 100644
--- a/hacks/glx/glut_swidth.c
+++ b/hacks/glx/glut_swidth.c
@@ -8,19 +8,7 @@
#if 0 /* for Mesa */
# include "glutint.h"
#else /* for xscreensaver */
-# ifdef HAVE_CONFIG_H
-# include "config.h"
-# endif
-# ifndef HAVE_JWXYZ
-# include <GL/gl.h>
-# endif
-#ifdef HAVE_ANDROID
-#include <GLES/gl.h>
-#define Bool int
-#endif
-# ifdef HAVE_JWZGLES
-# include "jwzgles.h"
-# endif /* HAVE_JWZGLES */
+# include "screenhackI.h"
# undef APIENTRY
# define APIENTRY /**/
#endif