lib: drop includes unused or duplicate

Closes #20051
This commit is contained in:
Viktor Szakats 2025-12-20 17:16:10 +01:00
parent df4edd28f2
commit a354cc8664
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
52 changed files with 15 additions and 81 deletions

View file

@ -26,8 +26,6 @@
/* Escape and unescape URL encoding in strings. The functions return a new
* allocated string or NULL if an error occurred. */
#include "curl_ctype.h"
enum urlreject {
REJECT_NADA = 2,
REJECT_CTRL,