From 41a513cf5d74413f6a1d5956eae6cc833c852abc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 22 Jan 2016 08:01:24 -0800 Subject: Header file cleanup. * arith.c, cadr.c, debug.c, eval.c, filter.c, gencadr.txr, glob.c, hash.c, linenoise/linenoise.c, lisplib.c, match.c, parser.c, rand.c, regex.c, signal.c, stream.c, struct.c, sysif.c, syslog.c, txr.c, unwind.c, utf8.c: Remove unncessary header files. --- syslog.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'syslog.c') diff --git a/syslog.c b/syslog.c index 50d05340..e4265e4b 100644 --- a/syslog.c +++ b/syslog.c @@ -36,11 +36,8 @@ #include ALLOCA_H #include "lib.h" #include "stream.h" -#include "hash.h" #include "gc.h" #include "args.h" -#include "signal.h" -#include "unwind.h" #include "utf8.h" #include "eval.h" #include "syslog.h" -- cgit v1.2.3