aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getpass.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-03-03 12:09:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-03-03 12:09:25 +0100
commitf2108ec34cefff432c234e167bafa4f19eae8b47 (patch)
tree9ccaa74c90cdac4679a351f759f72ba62277f2f3 /src/tool_getpass.c
parenta318e04419e99f816ffcc6ffda59ae8a85d9b7e3 (diff)
tool_getpass: remove unused curl/mprintf.h include
Diffstat (limited to 'src/tool_getpass.c')
-rw-r--r--src/tool_getpass.c3
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 */