diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-08 17:27:59 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-08 17:27:59 +0200 |
commit | fde72e50fc280e583b8aec13b4d4af3bd1d205e5 (patch) | |
tree | 82942834b95758bb1b129dee6a9c9d13d7542f00 /src/qmail-dkverify.c | |
parent | 973ae30e7c4f7a1afb385dd3d8eeea178f981445 (diff) |
removed unneeded headers; fixed some warnings
Diffstat (limited to 'src/qmail-dkverify.c')
-rw-r--r-- | src/qmail-dkverify.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qmail-dkverify.c b/src/qmail-dkverify.c index cb123db..239256c 100644 --- a/src/qmail-dkverify.c +++ b/src/qmail-dkverify.c @@ -5,15 +5,12 @@ #include <unistd.h> #include "buffer.h" -#include "byte.h" #include "case.h" #include "env.h" #include "error.h" #include "exit.h" #include "fd.h" -#include "fmt.h" #include "getln.h" -#include "logmsg.h" #include "open.h" #include "pathexec.h" #include "sig.h" @@ -24,7 +21,6 @@ #include "control.h" #include "fmtqfn.h" -#include "qmail.h" #ifdef USE_CONFIG #include "fehsqm-config.h" |