summaryrefslogtreecommitdiffstats
path: root/parser.c
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 /parser.c
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 'parser.c')
-rw-r--r--parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/parser.c b/parser.c
index 040dd54b..b1b4b4d8 100644
--- a/parser.c
+++ b/parser.c
@@ -41,15 +41,12 @@
#include "signal.h"
#include "unwind.h"
#include "gc.h"
-#include "regex.h"
#include "utf8.h"
-#include "match.h"
#include "hash.h"
#include "eval.h"
#include "stream.h"
#include "y.tab.h"
#include "sysif.h"
-#include "cadr.h"
#include "parser.h"
#if HAVE_TERMIOS
#include "linenoise/linenoise.h"