summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-11 07:09:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-11 07:09:29 -0800
commit1a889dee86a153952632ef60ae07c732014982a7 (patch)
tree8f62b61f8adb45d63e63a1debb99c29583dba329 /syslog.c
parentf6bedd6b4679c3198bd4075b621e29a6f8dc6e59 (diff)
downloadtxr-1a889dee86a153952632ef60ae07c732014982a7.tar.gz
txr-1a889dee86a153952632ef60ae07c732014982a7.tar.bz2
txr-1a889dee86a153952632ef60ae07c732014982a7.zip
* 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.
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/syslog.c b/syslog.c
index 209c00fa..01c9cc2f 100644
--- a/syslog.c
+++ b/syslog.c
@@ -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>