diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-03-03 12:09:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-03 12:09:25 +0100 |
commit | f2108ec34cefff432c234e167bafa4f19eae8b47 (patch) | |
tree | 9ccaa74c90cdac4679a351f759f72ba62277f2f3 /src | |
parent | a318e04419e99f816ffcc6ffda59ae8a85d9b7e3 (diff) |
tool_getpass: remove unused curl/mprintf.h include
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_getpass.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <unistd.h> #endif -#define _MPRINTF_REPLACE -#include <curl/mprintf.h> - #include "tool_getpass.h" #include "memdebug.h" /* keep this as LAST include */ |