diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-20 10:54:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-20 10:54:17 +0000 |
commit | 67b0f9aacd36f9d205f38679bed7acb7eb7f4aad (patch) | |
tree | d979bcb514ad2c412b3f1cb97b09bc9250cf4336 /lib | |
parent | 854277bae509b0959c9f7a46c55acc9685e9404e (diff) |
no longer include "multi.h", it comes with the regular curl/curl.h now
Diffstat (limited to 'lib')
-rw-r--r-- | lib/multi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/multi.c b/lib/multi.c index 8734ade28..449469c88 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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" |