From 9e7f6e2f7dbbe3c7743ab39ddf5289b3128e2c94 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 12 Dec 2018 00:13:12 -0800 Subject: Eliminate various unneeded header inclusions. * hash.c: Don't include "cadr.h". * stream.c: Don't include "struct.h". * strudel.c: No , ALLOCA_H, "args.h" or "utf8.h". * vm.c: No "hash.h". --- strudel.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'strudel.c') diff --git a/strudel.c b/strudel.c index e2f49d69..42e40355 100644 --- a/strudel.c +++ b/strudel.c @@ -31,14 +31,10 @@ #include #include #include -#include #include "config.h" -#include ALLOCA_H #include "lib.h" #include "stream.h" #include "gc.h" -#include "args.h" -#include "utf8.h" #include "eval.h" #include "struct.h" #include "strudel.h" -- cgit v1.2.3