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/include/spf.h | |
parent | 973ae30e7c4f7a1afb385dd3d8eeea178f981445 (diff) |
removed unneeded headers; fixed some warnings
Diffstat (limited to 'src/include/spf.h')
-rw-r--r-- | src/include/spf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/spf.h b/src/include/spf.h index 0b8b0fc..a7441dd 100644 --- a/src/include/spf.h +++ b/src/include/spf.h @@ -3,8 +3,6 @@ #include "stralloc.h" -#include "ipalloc.h" - /* (Internal) Processing codes */ #define SPF_INIT -1 |