src: include memdebug.h consistently with angle brackets <>

Not double quotes. Since the file is never local.

Closes #17284
This commit is contained in:
Daniel Stenberg 2025-05-08 09:42:51 +02:00
parent 2d528898f7
commit c30c7d2170
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 9 additions and 9 deletions

View 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 */