From a17ff9cf1d847d1390ee9277876205dd0a095762 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 20 Feb 2025 07:47:34 +0100 Subject: [PATCH] formdata: drop unused header --- lib/formdata.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/formdata.c b/lib/formdata.c index 7ea7a8f396..436509d5ee 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -31,10 +31,6 @@ struct Curl_easy; #include "formdata.h" #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_FORM_API) -#if defined(HAVE_LIBGEN_H) && defined(HAVE_BASENAME) -#include -#endif - #include "urldata.h" /* for struct Curl_easy */ #include "mime.h" #include "vtls/vtls.h"