From 67b0f9aacd36f9d205f38679bed7acb7eb7f4aad Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Mar 2002 10:54:17 +0000 Subject: [PATCH] no longer include "multi.h", it comes with the regular curl/curl.h now --- lib/multi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/multi.c b/lib/multi.c index 8734ade..449469c 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" -- 2.7.4