diff options
Diffstat (limited to 'src/tool_libinfo.c')
-rw-r--r-- | src/tool_libinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_libinfo.c b/src/tool_libinfo.c index c6013a761..81b6680c8 100644 --- a/src/tool_libinfo.c +++ b/src/tool_libinfo.c @@ -21,7 +21,7 @@ ***************************************************************************/ #include "tool_setup.h" -#include "curl_rawstr.h" +#include "rawstr.h" #define ENABLE_CURLX_PRINTF /* use our own printf() functions */ @@ -29,7 +29,7 @@ #include "tool_libinfo.h" -#include "curl_memdebug.h" /* keep this as LAST include */ +#include "memdebug.h" /* keep this as LAST include */ /* global variable definitions, for libcurl run-time info */ |