mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
src: include memdebug.h consistently with angle brackets <>
Not double quotes. Since the file is never local. Closes #17284
This commit is contained in:
parent
2d528898f7
commit
c30c7d2170
9 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue