http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / glx / extrusion-joinoffset.c
index 5895c3c0690e9e5f23ec19d73a9c79405024cc95..89a60e2cdf90107dbc9a0d6b3f5eb3ec42532243 100644 (file)
@@ -2,18 +2,7 @@
 /* cylinder drawing demo */
 /* this demo demonstrates the various join styles */
 
-/* required include files */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <GL/gl.h>
-/*#include <GL/glut.h>*/
-#ifdef HAVE_GLE3
-#include <GL/gle.h>
-#else
-#include <GL/tube.h>
-#endif
+#include "extrusion.h"
 
 /* ------------------------------------------------------- */