summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/parser.y b/parser.y
index 0e94bca0..4ae153db 100644
--- a/parser.y
+++ b/parser.y
@@ -31,10 +31,7 @@
#include <stdio.h>
#include <assert.h>
#include <limits.h>
-#include <dirent.h>
#include <stdlib.h>
-#include <stdarg.h>
-#include <setjmp.h>
#include <wchar.h>
#include <signal.h>
#include "config.h"
@@ -49,7 +46,6 @@
#include "eval.h"
#include "tree.h"
#include "y.tab.h"
-#include "gc.h"
#include "debug.h"
#include "txr.h"
#include "itypes.h"