formdata: drop unused header

This commit is contained in:
Viktor Szakats 2025-02-20 07:47:34 +01:00
parent 7bb1c7a28b
commit a17ff9cf1d
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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 <libgen.h>
#endif
#include "urldata.h" /* for struct Curl_easy */
#include "mime.h"
#include "vtls/vtls.h"