diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/httpauthd.c | 1 | ||||
-rw-r--r-- | daemon/misc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index b8f5e1b..3de597c 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -31,7 +31,6 @@ #include <syslog.h> #include <pthread.h> #include <fcntl.h> -#include <err.h> #include <ctype.h> #include <signal.h> diff --git a/daemon/misc.c b/daemon/misc.c index 36af7aa..b2da085 100644 --- a/daemon/misc.c +++ b/daemon/misc.c @@ -24,7 +24,6 @@ #include "md5.h" #include <syslog.h> -#include <err.h> #include <stdio.h> #include <fcntl.h> #include <unistd.h> |