From 1a889dee86a153952632ef60ae07c732014982a7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 11 Dec 2013 07:09:29 -0800 Subject: * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing include since none of these modules uses the standard C assert macro. --- ChangeLog | 6 ++++++ arith.c | 1 - hash.c | 1 - lib.c | 1 - rand.c | 1 - stream.c | 1 - syslog.c | 1 - 7 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4dea85d2..c8c49f6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-12-11 Kaz Kylheku + + * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing + #include since none of these modules uses the standard C + assert macro. + 2013-12-10 Kaz Kylheku * eval.c (eval_init): closelog_wrap interned. diff --git a/arith.c b/arith.c index bad9ce50..6b190f2b 100644 --- a/arith.c +++ b/arith.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/hash.c b/hash.c index d10450bf..8e9313f5 100644 --- a/hash.c +++ b/hash.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include "config.h" diff --git a/lib.c b/lib.c index cd3d6315..16e5d08e 100644 --- a/lib.c +++ b/lib.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include diff --git a/rand.c b/rand.c index 733c91d5..92b508d0 100644 --- a/rand.c +++ b/rand.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include diff --git a/stream.c b/stream.c index 2e79aae6..e5e43ac6 100644 --- a/stream.c +++ b/stream.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/syslog.c b/syslog.c index 209c00fa..01c9cc2f 100644 --- a/syslog.c +++ b/syslog.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3