diff options
-rw-r--r-- | hash.c | 1 | ||||
-rw-r--r-- | stream.c | 1 | ||||
-rw-r--r-- | strudel.c | 4 | ||||
-rw-r--r-- | vm.c | 1 |
4 files changed, 0 insertions, 7 deletions
@@ -44,7 +44,6 @@ #include "unwind.h" #include "stream.h" #include "eval.h" -#include "cadr.h" #include "itypes.h" #include "arith.h" #include "hash.h" @@ -70,7 +70,6 @@ #include "txr.h" #include "arith.h" #include "buf.h" -#include "struct.h" /* Adhere to ISO C rules about direction switching on update streams. */ #ifndef __gnu_linux__ @@ -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" @@ -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" |