From: Daniel Stenberg Date: Wed, 20 Mar 2002 10:54:17 +0000 (+0000) Subject: no longer include "multi.h", it comes with the regular curl/curl.h now X-Git-Tag: curl-7_9_6~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67b0f9aacd36f9d205f38679bed7acb7eb7f4aad;p=thirdparty%2Fcurl.git no longer include "multi.h", it comes with the regular curl/curl.h now --- diff --git a/lib/multi.c b/lib/multi.c index 8734ade28b..449469c885 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -26,8 +26,6 @@ #include #include -#include "multi.h" /* will become soon */ - #include "urldata.h" #include "transfer.h" #include "url.h"