summaryrefslogtreecommitdiffstats
path: root/gencadr.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-01-22 08:01:24 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-01-22 08:01:24 -0800
commit41a513cf5d74413f6a1d5956eae6cc833c852abc (patch)
tree88781f7c034e51f066daf5ef2d97e17cfc277c15 /gencadr.txr
parent3ad9aafbd02e23c0d4a8fdb41f02ff25fa03746a (diff)
downloadtxr-41a513cf5d74413f6a1d5956eae6cc833c852abc.tar.gz
txr-41a513cf5d74413f6a1d5956eae6cc833c852abc.tar.bz2
txr-41a513cf5d74413f6a1d5956eae6cc833c852abc.zip
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.
Diffstat (limited to 'gencadr.txr')
-rw-r--r--gencadr.txr5
1 files changed, 0 insertions, 5 deletions
diff --git a/gencadr.txr b/gencadr.txr
index f21386fd..78b1abb3 100644
--- a/gencadr.txr
+++ b/gencadr.txr
@@ -20,18 +20,13 @@
@{c-copyright "\n"}
#include <stdio.h>
-#include <string.h>
#include <dirent.h>
#include <stdarg.h>
#include <stdlib.h>
-#include <setjmp.h>
#include <limits.h>
#include <signal.h>
#include "config.h"
#include "lib.h"
-#include "gc.h"
-#include "signal.h"
-#include "unwind.h"
#include "eval.h"
#include "stream.h"
#include "lisplib.h"