]> granicus.if.org Git - curl/commitdiff
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 8734ade28b26f79e34c386c214b0b46b9d4ac159..449469c8853125e87a531a003a4707c77de7cf5d 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"