summaryrefslogtreecommitdiffstats
path: root/hacks/vermiculate.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/vermiculate.c')
-rw-r--r--hacks/vermiculate.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/hacks/vermiculate.c b/hacks/vermiculate.c
index 0accbd9..0e17dc1 100644
--- a/hacks/vermiculate.c
+++ b/hacks/vermiculate.c
@@ -13,13 +13,10 @@
* implied warranty.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "screenhack.h"
#include <ctype.h>
#include <math.h>
-#include "screenhack.h"
#define degs 360
#define degs2 (degs/2)