removed the two unnecessary include files

This commit is contained in:
Daniel Stenberg 2001-03-14 10:27:13 +00:00
parent 28a8e1602d
commit 70793595fe

View File

@ -25,8 +25,6 @@
#include <string.h>
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
#include <curl/mprintf.h>