no longer include "multi.h", it comes with the regular curl/curl.h now
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Mar 2002 10:54:17 +0000 (10:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Mar 2002 10:54:17 +0000 (10:54 +0000)
lib/multi.c

index 8734ade..449469c 100644 (file)
@@ -26,8 +26,6 @@
 #include <string.h>
 #include <curl/curl.h>
 
-#include "multi.h" /* will become <curl/multi.h> soon */
-
 #include "urldata.h"
 #include "transfer.h"
 #include "url.h"