From: Daniel Stenberg Date: Wed, 14 Mar 2001 08:55:17 +0000 (+0000) Subject: no longer includes the curl/types.h and curl/easy.h include files X-Git-Tag: curl-7_7-beta3~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a426818a78032ff31ffc948c92d43240a91f4995;p=thirdparty%2Fcurl.git no longer includes the curl/types.h and curl/easy.h include files explicitly, as they're taken care of indirectly by curl/curl.h these days. --- diff --git a/src/main.c b/src/main.c index 8d100b0bde..a6c6264bfc 100644 --- a/src/main.c +++ b/src/main.c @@ -29,8 +29,6 @@ #include #include -#include /* new for v7 */ -#include /* new for v7 */ #define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */ #include