]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/server: drop unused headers
authorViktor Szakats <commit@vsz.me>
Tue, 11 Mar 2025 08:04:42 +0000 (09:04 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 13 Mar 2025 10:36:53 +0000 (11:36 +0100)
Cherry-picked from #15000
Closes #16697

tests/server/resolve.c
tests/server/sockfilt.c
tests/server/socksd.c
tests/server/util.c

index f35b31d1d67cd29ad5d19f9e90ed16306661422d..e7f2f84aecb7672035d4be7072b2b55ac93462e0 100644 (file)
@@ -44,7 +44,6 @@
 #include <netdb.h>
 #endif
 
-#include "curlx.h" /* from the private lib dir */
 #include "util.h"
 
 /* include memdebug.h last */
index 3fad138ab02a64c19da86735f3be66d564912010..4afac7f3f236761ef98a2bb6a11a3f932379d8a7 100644 (file)
 #endif
 
 #include "curlx.h" /* from the private lib dir */
-#include "getpart.h"
 #include "inet_pton.h"
 #include "util.h"
 #include "server_sockaddr.h"
index 5d529f60d12d7e3d43ebc5738ac7f28f73067d09..4c9edd02744503d79daad6d8ef0daadc9f12946a 100644 (file)
@@ -74,7 +74,6 @@
 #endif
 
 #include "curlx.h" /* from the private lib dir */
-#include "getpart.h"
 #include "inet_pton.h"
 #include "util.h"
 #include "server_sockaddr.h"
index 06395f096d9a040deeab4bc83a8bca5a2bc1593b..5bca95a1b84cabd896ee2044e9723feeef0455de 100644 (file)
@@ -46,7 +46,6 @@
 #endif
 
 #include "curlx.h" /* from the private lib dir */
-#include "getpart.h"
 #include "util.h"
 
 /* need init from main() */