diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | arith.c | 1 | ||||
-rw-r--r-- | hash.c | 1 | ||||
-rw-r--r-- | lib.c | 1 | ||||
-rw-r--r-- | rand.c | 1 | ||||
-rw-r--r-- | stream.c | 1 | ||||
-rw-r--r-- | syslog.c | 1 |
7 files changed, 6 insertions, 6 deletions
@@ -1,3 +1,9 @@ +2013-12-11 Kaz Kylheku <kaz@kylheku.com> + + * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing + #include <assert.h> since none of these modules uses the standard C + assert macro. + 2013-12-10 Kaz Kylheku <kaz@kylheku.com> * eval.c (eval_init): closelog_wrap interned. @@ -29,7 +29,6 @@ #include <stdlib.h> #include <string.h> #include <wctype.h> -#include <assert.h> #include <limits.h> #include <stdarg.h> #include <dirent.h> @@ -29,7 +29,6 @@ #include <dirent.h> #include <stdarg.h> #include <stdlib.h> -#include <assert.h> #include <setjmp.h> #include <limits.h> #include "config.h" @@ -28,7 +28,6 @@ #include <stdlib.h> #include <string.h> #include <wctype.h> -#include <assert.h> #include <limits.h> #include <stdarg.h> #include <dirent.h> @@ -28,7 +28,6 @@ #include <stdlib.h> #include <string.h> #include <wctype.h> -#include <assert.h> #include <limits.h> #include <stdarg.h> #include <dirent.h> @@ -29,7 +29,6 @@ #include <dirent.h> #include <stdarg.h> #include <stdlib.h> -#include <assert.h> #include <setjmp.h> #include <errno.h> #include <ctype.h> @@ -27,7 +27,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> -#include <assert.h> #include <setjmp.h> #include <wchar.h> #include <dirent.h> |