diff options
Diffstat (limited to 'hacks/glx/tangram_shapes.c')
-rw-r--r-- | hacks/glx/tangram_shapes.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/hacks/glx/tangram_shapes.c b/hacks/glx/tangram_shapes.c index 267b187..2e8bab2 100644 --- a/hacks/glx/tangram_shapes.c +++ b/hacks/glx/tangram_shapes.c @@ -9,22 +9,7 @@ * implied warranty. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif /* HAVE_CONFIG_H */ - -#ifndef HAVE_JWXYZ -# include <GL/gl.h> -#endif - -#ifdef HAVE_ANDROID -#include <GLES/gl.h> -#endif - -#ifdef HAVE_JWZGLES -# include "jwzgles.h" -#endif /* HAVE_JWZGLES */ - +#include "screenhackI.h" #include "tangram_shapes.h" #define small_scale ( 1 ) |