Not double quotes. Since the file is never local.
Closes #17284
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
#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
#include "tool_bname.h"
-#include "memdebug.h" /* keep this as LAST include */
+#include <memdebug.h> /* keep this as LAST include */
#ifndef HAVE_BASENAME
#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;
#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 */
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
#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)
{
#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;
#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