From: Daniel Stenberg Date: Tue, 3 Mar 2015 11:09:25 +0000 (+0100) Subject: tool_getpass: remove unused curl/mprintf.h include X-Git-Tag: curl-7_42_0~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2108ec34cefff432c234e167bafa4f19eae8b47;p=curl tool_getpass: remove unused curl/mprintf.h include --- diff --git a/src/tool_getpass.c b/src/tool_getpass.c index 4036d7ed3..0f7ed01f7 100644 --- a/src/tool_getpass.c +++ b/src/tool_getpass.c @@ -55,9 +55,6 @@ #ifdef HAVE_UNISTD_H #include #endif -#define _MPRINTF_REPLACE -#include - #include "tool_getpass.h" #include "memdebug.h" /* keep this as LAST include */