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". --- vm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 331f0814..6aeaee96 100644 --- a/vm.c +++ b/vm.c @@ -36,7 +36,6 @@ #include "config.h" #include ALLOCA_H #include "lib.h" -#include "hash.h" #include "eval.h" #include "signal.h" #include "unwind.h" -- cgit v1.2.3