]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
src: include memdebug.h consistently with angle brackets <>
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 May 2025 07:42:51 +0000 (09:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 May 2025 08:21:02 +0000 (10:21 +0200)
Not double quotes. Since the file is never local.

Closes #17284

src/mkhelp.pl
src/slist_wc.c
src/tool_bname.c
src/tool_findfile.c
src/tool_getpass.c
src/tool_operate.c
src/tool_sleep.c
src/tool_stderr.c
src/tool_xattr.c

index 7d9e792ac36cae9b509ce884778ada2a9e3686f1..63d59e89f651e5665994970e1be2657166bc4c4a 100755 (executable)
@@ -72,7 +72,7 @@ if($c)
 
     print <<HEAD
 #include <zlib.h>
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 static const unsigned char hugehelpgz[] = {
   /* This mumbo-jumbo is the huge help text compressed with gzip.
      Thanks to this operation, the size of this data shrank from $gzip
index 7f1e8f19be8d1f26e15c0ecab2d46633750830ed..41c944d94b95d02557dfc7a9dee977f018c373d2 100644 (file)
@@ -29,7 +29,7 @@
 #include "slist_wc.h"
 
 /* The last #include files should be: */
-#include "memdebug.h"
+#include <memdebug.h>
 
 /*
  * slist_wc_append() appends a string to the linked list. This function can be
index 4ba1a3b8eeac33b9676bb33f35f870506e4c0f19..62dbcf2ed51217cfdbd0827d07143ca09fb9213b 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "tool_bname.h"
 
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 
 #ifndef HAVE_BASENAME
 
index d16a83899b9d8d6ee015eb37806a6149cafd6a03..02bdefea874ff2bf1df22d17c7dc541c936788fa 100644 (file)
@@ -41,7 +41,7 @@
 #include "tool_findfile.h"
 #include "tool_cfgable.h"
 
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 
 struct finder {
   const char *env;
index eea46fb52672b916447d140474feb06216b22a6d..bb0692083d2275e8eaf952798870c474fa5c0f9c 100644 (file)
@@ -55,7 +55,7 @@
 #endif
 #include "tool_getpass.h"
 
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 
 #ifdef __VMS
 /* VMS implementation */
index 473ed891b4b658630c96db48a0a077a932b93f56..64b88e97443479e9884436460c161867dd76cfb5 100644 (file)
@@ -97,7 +97,7 @@
 CURL_EXTERN CURLcode curl_easy_perform_ev(CURL *easy);
 #endif
 
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 
 #ifdef CURL_CA_EMBED
 #ifndef CURL_DECLARED_CURL_CA_EMBED
index b1d14a177a242f4032783e6748046a3e79ea061c..e10584a7eb4a86c2f736459b5c1cc8ab68402d13 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "tool_sleep.h"
 
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 
 void tool_go_sleep(long ms)
 {
index 602da613a055c722c7c0f88d4a4d0722e93bb284..1285f04a8ed65a0e0b2ff51b351ec8416fbc5aed 100644 (file)
@@ -26,7 +26,7 @@
 #include "tool_stderr.h"
 #include "tool_msgs.h"
 
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 
 FILE *tool_stderr;
 
index 299d5820786fa558d7ef80d414e82204ababe92f..c0c1b2a99d9f431cb60f95e7d257d64649556854 100644 (file)
@@ -24,7 +24,7 @@
 #include "tool_setup.h"
 #include "tool_xattr.h"
 
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
 
 #ifdef USE_XATTR