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/tcpto.c | |
parent | 973ae30e7c4f7a1afb385dd3d8eeea178f981445 (diff) |
removed unneeded headers; fixed some warnings
Diffstat (limited to 'src/tcpto.c')
-rw-r--r-- | src/tcpto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tcpto.c b/src/tcpto.c index 2e2805e..7fb9b41 100644 --- a/src/tcpto.c +++ b/src/tcpto.c @@ -10,7 +10,6 @@ #include "seek.h" #include "datetime.h" -#include "ipalloc.h" #include "now.h" char tcpto_buf[1024]; |