From 5ac1fae2af79eeafeb1ab9b51021af50b514bad2 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 13 Apr 2014 22:12:13 -0700 Subject: * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneeded headers. --- ChangeLog | 5 +++++ eval.c | 1 - gc.c | 1 - rand.c | 1 - regex.c | 1 - signal.c | 2 -- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71560856..c03c15be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-04-13 Kaz Kylheku + + * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneeded + headers. + 2014-04-11 Kaz Kylheku * eval.c (make_var_shadowing_env): Remove unnecessary test for diff --git a/eval.c b/eval.c index 84c45478..38b60cd4 100644 --- a/eval.c +++ b/eval.c @@ -53,7 +53,6 @@ #include "debug.h" #include "match.h" #include "rand.h" -#include "filter.h" #include "txr.h" #include "combi.h" #include "eval.h" diff --git a/gc.c b/gc.c index fd35f86c..3660249f 100644 --- a/gc.c +++ b/gc.c @@ -40,7 +40,6 @@ #include "stream.h" #include "hash.h" #include "txr.h" -#include "eval.h" #include "gc.h" #include "signal.h" diff --git a/rand.c b/rand.c index a934667e..e806a0e0 100644 --- a/rand.c +++ b/rand.c @@ -43,7 +43,6 @@ #include "lib.h" #include "signal.h" #include "unwind.h" -#include "gc.h" #include "arith.h" #include "rand.h" #include "eval.h" diff --git a/regex.c b/regex.c index b7f63113..1d67d9de 100644 --- a/regex.c +++ b/regex.c @@ -41,7 +41,6 @@ #include "unwind.h" #include "regex.h" #include "txr.h" -#include "gc.h" #if WCHAR_MAX > 65535 #define FULL_UNICODE diff --git a/signal.c b/signal.c index 61255b70..086b0031 100644 --- a/signal.c +++ b/signal.c @@ -35,8 +35,6 @@ #include #include "config.h" #include "lib.h" -#include "stream.h" -#include "hash.h" #include "gc.h" #include "signal.h" #include "unwind.h" -- cgit v1.2.3