http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / glx / extrusion-twistoid.c
index c3a247f3b00d9948255434ef040e5e8842402766..56544ff934cbbd1c0eaddbd3cc5f5f526b5b3987 100644 (file)
  * -- port to glut Linas Vepstas March 1995
  */
 
-/* required include files */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "extrusion.h"
 
 #include <math.h>
 #include <stdlib.h>
-#include <GL/gl.h>
-/*#include <GL/glut.h>*/
-#ifdef HAVE_GLE3
-#include <GL/gle.h>
-#else
-#include <GL/tube.h>
-#endif
 
 /* Some <math.h> files do not define M_PI... */
 #ifndef M_PI