aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-21 16:09:36 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-21 16:09:36 +0000
commitd712eefd68bc904ddb900a2c0eec8840504aea9a (patch)
tree84ed92d85f786e150a0a293296fcd48ed3aff17d
parentcdf5674b677fe96e1bd76d00a34ee7144bb0bb51 (diff)
downloadfetchmail-d712eefd68bc904ddb900a2c0eec8840504aea9a.tar.gz
fetchmail-d712eefd68bc904ddb900a2c0eec8840504aea9a.tar.bz2
fetchmail-d712eefd68bc904ddb900a2c0eec8840504aea9a.zip
Clean up some dependencies.
svn path=/trunk/; revision=910
-rw-r--r--daemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon.c b/daemon.c
index ce8eee54..8e270237 100644
--- a/daemon.c
+++ b/daemon.c
@@ -10,8 +10,6 @@
#include <errno.h>
#include <signal.h>
#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/file.h>
#include <sys/wait.h>
#include <sys/fcntl.h> /* Solaris 2.5 requires this */