diff options
Diffstat (limited to 'gencadr.txr')
-rw-r--r-- | gencadr.txr | 5 |
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" |