diff options
Diffstat (limited to 'src/qmail-smtpd.c')
-rw-r--r-- | src/qmail-smtpd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qmail-smtpd.c b/src/qmail-smtpd.c index 557649e..09a0920 100644 --- a/src/qmail-smtpd.c +++ b/src/qmail-smtpd.c @@ -1,6 +1,5 @@ #include <unistd.h> -#include "alloc.h" #include "base64.h" #include "buffer.h" #include "byte.h" @@ -10,12 +9,11 @@ #include "constmap.h" #include "dnsresolv.h" #include "env.h" +#include "error.h" #include "exit.h" #include "fd.h" #include "fmt.h" -#include "genalloc.h" #include "ip.h" -#include "logmsg.h" #include "open.h" #include "scan.h" #include "sig.h" |