testpart: remove _MPRINTF_REPLACE

Support for _MPRINTF_REPLACE in mprintf.h was removed in
55452ebdff, replaced with curl_printf.h.
This commit is contained in:
Marcel Raad 2017-05-02 21:09:41 +02:00
parent 6943085b50
commit f2d5d05893
No known key found for this signature in database
GPG Key ID: B4668817AE6D6CD4
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@
#include "getpart.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#include "curl_printf.h"
/* include memdebug.h last */
#include "memdebug.h"