]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: delete unused `curlx/multibyte.h` includes
authorViktor Szakats <commit@vsz.me>
Mon, 1 Dec 2025 15:36:25 +0000 (16:36 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 1 Dec 2025 17:09:09 +0000 (18:09 +0100)
Closes #19792

lib/vauth/krb5_sspi.c
lib/vauth/ntlm.c
lib/vauth/ntlm_sspi.c
lib/vauth/spnego_gssapi.c
lib/vauth/spnego_sspi.c

index 7317af809ad5b4e08caad9774f71c2a1f40dbb51..21636d59ee3d7879906d1951f54ee8753304c2f7 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "vauth.h"
 #include "../curlx/warnless.h"
-#include "../curlx/multibyte.h"
 #include "../sendf.h"
 
 /*
index e47135337acd86b0c2ae70759aab1cda7715f4e7..22d028e8c2fa9e52cdef79b403e88987fe0d74b6 100644 (file)
@@ -39,7 +39,6 @@
 #include "../sendf.h"
 #include "../curl_ntlm_core.h"
 #include "../curl_gethostname.h"
-#include "../curlx/multibyte.h"
 #include "../curlx/warnless.h"
 #include "../rand.h"
 #include "../vtls/vtls.h"
index 561de27dc36cb1f7ef2e3c07d34a63f1a4d9d6a7..d724907db649ddfda07fdac14c5129a3dbb92be6 100644 (file)
@@ -31,7 +31,6 @@
 #include "vauth.h"
 #include "../curl_ntlm_core.h"
 #include "../curlx/warnless.h"
-#include "../curlx/multibyte.h"
 #include "../sendf.h"
 #include "../strdup.h"
 
index 3a24e8860a809971068fd469a83d8d833499bb2c..2feafdda4b240ab772bdcd66adf42d08cf722a6e 100644 (file)
@@ -34,7 +34,6 @@
 #include "../curlx/base64.h"
 #include "../curl_gssapi.h"
 #include "../curlx/warnless.h"
-#include "../curlx/multibyte.h"
 #include "../sendf.h"
 
 #if defined(__GNUC__) && defined(__APPLE__)
index 2a6548b6d4d9bf28b0dda7920ec479c7016af6ed..31747c0a0e72b469ac3fd40163741e74293e6f24 100644 (file)
@@ -33,7 +33,6 @@
 #include "vauth.h"
 #include "../curlx/base64.h"
 #include "../curlx/warnless.h"
-#include "../curlx/multibyte.h"
 #include "../sendf.h"
 #include "../strerror.h"