From 38886de0c3e9ea5729ef23e4c653fa2822f52e8f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 6 Apr 2021 14:43:39 +0200 Subject: xscreensaver 6.00 --- hacks/glx/tube.c | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'hacks/glx/tube.c') diff --git a/hacks/glx/tube.c b/hacks/glx/tube.c index a5c0c96..87f1872 100644 --- a/hacks/glx/tube.c +++ b/hacks/glx/tube.c @@ -10,27 +10,11 @@ * implied warranty. */ -#include - -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - -#include - -#ifdef HAVE_COCOA -#elif defined(HAVE_ANDROID) -# include -#else -# include -#endif - -#ifdef HAVE_JWZGLES -# include "jwzgles.h" -#endif /* HAVE_JWZGLES */ - +#include "screenhackI.h" #include "tube.h" +#include + typedef struct { GLfloat x, y, z; } XYZ; -- cgit v1.2.3-55-g7522