]> granicus.if.org Git - curl/commitdiff
tool_getpass: remove unused curl/mprintf.h include
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Mar 2015 11:09:25 +0000 (12:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Mar 2015 11:09:25 +0000 (12:09 +0100)
src/tool_getpass.c

index 4036d7ed3ae373bd36a6c3034a4614331c68e63c..0f7ed01f74a37d72d99bf3754ace370bc358a31b 100644 (file)
@@ -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 */