diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-12-12 00:13:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-12-12 00:13:12 -0800 |
commit | 9e7f6e2f7dbbe3c7743ab39ddf5289b3128e2c94 (patch) | |
tree | d5579e3c8f10740493f1f0eb691deeb22b1b3ea1 /stream.c | |
parent | b07ecc142c6251517be5f4af9c76ba539b54eecc (diff) | |
download | txr-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 'stream.c')
-rw-r--r-- | stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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__ |