tests: drop unused or redundant includes

Closes #17717
This commit is contained in:
Viktor Szakats 2025-06-23 10:15:16 +02:00
parent 36a3cd5374
commit 2636828eee
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
108 changed files with 11 additions and 215 deletions

View file

@ -38,9 +38,6 @@ extern const struct entry_s s_entries[];
#include "curlx.h"
#include <stdlib.h> /* for calloc(), free(), strtol() */
#include <string.h> /* for strchr(), strcmp() */
#define ERR() \
do { \
curl_mfprintf(stderr, "something unexpected went wrong - bailing out!\n");\

View file

@ -25,8 +25,6 @@
*/
#include "first.h"
#include <assert.h>
static void usage_h2_pausing(const char *msg)
{
if(msg)