]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: strtoofft.h header cleanup
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Feb 2025 09:11:39 +0000 (10:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Feb 2025 09:30:39 +0000 (10:30 +0100)
Drop the include from five C files, add it to one.

Closes #16331

lib/cf-h1-proxy.c
lib/file.c
lib/http2.c
lib/pop3.c
lib/smtp.c
lib/transfer.c

index 9b75d086e5fc5b3c45b7165207dfe8668f631717..7e87af4f67e98d4a9b01953cc01a93232aa9ab37 100644 (file)
@@ -44,6 +44,7 @@
 #include "vtls/vtls.h"
 #include "transfer.h"
 #include "multiif.h"
+#include "strtoofft.h"
 
 /* The last 3 #include files should be in this order */
 #include "curl_printf.h"
index 7751acf40fa9a43a7b0073333b1b3968b855f466..40d950c0e07d903f6efccf390b4eedf31c695957 100644 (file)
@@ -58,7 +58,6 @@
 #include <dirent.h>
 #endif
 
-#include "strtoofft.h"
 #include "urldata.h"
 #include <curl/curl.h>
 #include "progress.h"
index 821f2889dd701c1f77be89a1d21d967e5298f6e0..171de70b2c382ced865966d4437756ff512abf3d 100644 (file)
@@ -43,7 +43,6 @@
 #include "cfilters.h"
 #include "connect.h"
 #include "rand.h"
-#include "strtoofft.h"
 #include "strdup.h"
 #include "transfer.h"
 #include "dynbuf.h"
index 07c7dbac403d39ef1578ff0d85c1272b6cb14d42..48a584e1cd9aa8df10a60fbac6a52a3dbdb115ec 100644 (file)
@@ -65,7 +65,6 @@
 #include "http.h" /* for HTTP proxy tunnel stuff */
 #include "socks.h"
 #include "pop3.h"
-#include "strtoofft.h"
 #include "strcase.h"
 #include "vtls/vtls.h"
 #include "cfilters.h"
index b763557a07d6c752ed60e21b175b48c0d8b28a1d..b6d42321b5e6f2662aba6732d176d19cd32ace62 100644 (file)
@@ -68,7 +68,6 @@
 #include "mime.h"
 #include "socks.h"
 #include "smtp.h"
-#include "strtoofft.h"
 #include "strcase.h"
 #include "vtls/vtls.h"
 #include "cfilters.h"
index 742828a763b2602c3126f8a372849ab2bf90324e..365005d02ef7477e3128f6eed91f3411da4e272e 100644 (file)
@@ -23,7 +23,6 @@
  ***************************************************************************/
 
 #include "curl_setup.h"
-#include "strtoofft.h"
 
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>