From: Daniel Stenberg Date: Mon, 28 Nov 2005 07:43:53 +0000 (+0000) Subject: added note about the inclusion of curl.h from within this file X-Git-Tag: curl-7_15_1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf9900114a534c6f133b7c496f85cb33d042582;p=thirdparty%2Fcurl.git added note about the inclusion of curl.h from within this file --- diff --git a/include/curl/multi.h b/include/curl/multi.h index d940571a22..96c2763eff 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -66,6 +66,15 @@ #include #endif +/* + * This header file should not really need to include "curl.h" since curl.h + * itself includes this file and we expect user applications to do #include + * without the need for especially including multi.h. + * + * For some reason we added this include here at one point, and rather than to + * break existing (wrongly written) libcurl applications, we leave it as-is + * but with this warning attached. + */ #include "curl.h" #ifdef __cplusplus