mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:33:36 +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
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue