diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-09-19 23:04:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-09-19 23:04:12 -0700 |
commit | 0cb1ba02837a0e0d4026d771a6a6905bd382c6ac (patch) | |
tree | ef5886e9078a7db96fb57e850ed85c806c56d756 /eval.c | |
parent | 997334bfbb52bb4ec688b6235f064c78bce7d645 (diff) | |
download | txr-0cb1ba02837a0e0d4026d771a6a6905bd382c6ac.tar.gz txr-0cb1ba02837a0e0d4026d771a6a6905bd382c6ac.tar.bz2 txr-0cb1ba02837a0e0d4026d771a6a6905bd382c6ac.zip |
cleanup: remove unnecessary header includes.
* eval.c: doesn't need rand.h.
* filter.c: doesn't need gc.h.
* parser.l: doesn't need eval.h.
* parser.y: doesn't need utf8.h, stream.h, args.h or cadr.h.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ #include "hash.h" #include "debug.h" #include "match.h" -#include "rand.h" #include "txr.h" #include "combi.h" #include "lisplib.h" |