tests/server: drop unused headers

Cherry-picked from #15000
Closes #16697
This commit is contained in:
Viktor Szakats 2025-03-11 09:04:42 +01:00
parent 44d4957a6f
commit 91d061725e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 0 additions and 4 deletions

View file

@ -44,7 +44,6 @@
#include <netdb.h>
#endif
#include "curlx.h" /* from the private lib dir */
#include "util.h"
/* include memdebug.h last */

View file

@ -102,7 +102,6 @@
#endif
#include "curlx.h" /* from the private lib dir */
#include "getpart.h"
#include "inet_pton.h"
#include "util.h"
#include "server_sockaddr.h"

View 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"

View file

@ -46,7 +46,6 @@
#endif
#include "curlx.h" /* from the private lib dir */
#include "getpart.h"
#include "util.h"
/* need init from main() */