summaryrefslogtreecommitdiffstats
path: root/strudel.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-12-12 00:13:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-12-12 00:13:12 -0800
commit9e7f6e2f7dbbe3c7743ab39ddf5289b3128e2c94 (patch)
treed5579e3c8f10740493f1f0eb691deeb22b1b3ea1 /strudel.c
parentb07ecc142c6251517be5f4af9c76ba539b54eecc (diff)
downloadtxr-9e7f6e2f7dbbe3c7743ab39ddf5289b3128e2c94.tar.gz
txr-9e7f6e2f7dbbe3c7743ab39ddf5289b3128e2c94.tar.bz2
txr-9e7f6e2f7dbbe3c7743ab39ddf5289b3128e2c94.zip
Eliminate various unneeded header inclusions.
* hash.c: Don't include "cadr.h". * stream.c: Don't include "struct.h". * strudel.c: No <syslog.h>, ALLOCA_H, "args.h" or "utf8.h". * vm.c: No "hash.h".
Diffstat (limited to 'strudel.c')
-rw-r--r--strudel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/strudel.c b/strudel.c
index e2f49d69..42e40355 100644
--- a/strudel.c
+++ b/strudel.c
@@ -31,14 +31,10 @@
#include <stdarg.h>
#include <wchar.h>
#include <signal.h>
-#include <syslog.h>
#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"