summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-19 11:27:41 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-19 11:27:41 +0000
commita804fe7076596030507a6ff585106c4dc2b03bf5 (patch)
tree4fdbe5925949da1ec33cc4f52c7f023c0b17b4d9 /syslogd.c
parent888c5e0afadbf75226ba6223ce548a1b379bbf85 (diff)
downloadrsyslog-a804fe7076596030507a6ff585106c4dc2b03bf5.tar.gz
rsyslog-a804fe7076596030507a6ff585106c4dc2b03bf5.tar.xz
rsyslog-a804fe7076596030507a6ff585106c4dc2b03bf5.zip
some include file cleanup
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/syslogd.c b/syslogd.c
index 7353bbda..21975777 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -119,8 +119,6 @@
#include <time.h>
#include <assert.h>
-#include <sys/syslog.h>
-#include <sys/param.h>
#ifdef __sun
#include <errno.h>
#else
@@ -135,7 +133,6 @@
# include <sys/timespec.h>
#endif
-#include <sys/resource.h>
#include <signal.h>
#if HAVE_PATHS_H