1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

no longer include "multi.h", it comes with the regular curl/curl.h now

This commit is contained in:
Daniel Stenberg 2002-03-20 10:54:17 +00:00
parent 854277bae5
commit 67b0f9aacd

View 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"