summaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/debug.c b/debug.c
index b2a3d942..16ad6f28 100644
--- a/debug.c
+++ b/debug.c
@@ -26,21 +26,12 @@
*/
#include <stdio.h>
-#include <stdlib.h>
#include <stdarg.h>
#include <wchar.h>
-#include <signal.h>
#include "config.h"
#include "lib.h"
-#include "gc.h"
-#include "args.h"
-#include "signal.h"
-#include "unwind.h"
#include "stream.h"
-#include "parser.h"
-#include "struct.h"
#include "eval.h"
-#include "txr.h"
#include "debug.h"
int opt_debugger;