From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / glx / dropshadow.h
index 212a0c6567ef4bb1b32c0ce9a550dab5bceab2b4..09af0c8f45b586880fd3f0685bf04380d10e2037 100644 (file)
 # include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#ifdef HAVE_COCOA
-# ifndef HAVE_JWZGLES
-#  include <OpenGL/glu.h>
-# endif
-#else /* !HAVE_COCOA */
-# include <GL/gl.h>
-# include <GL/glu.h>
-#endif /* !HAVE_COCOA */
-
-#ifdef HAVE_JWZGLES
-# include "jwzgles.h"
-#endif /* HAVE_JWZGLES */
+#include "xlockmoreI.h"
 
 /* Initialize drop shadow texture, return a texture ID.
  */