diff options
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r-- | lib/curl_setup.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 0fe3633ec..9d99f1394 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -124,18 +124,7 @@ /* please, do it beyond the point further indicated in this file. */ /* ================================================================ */ -/* - * libcurl's external interface definitions are also used internally, - * and might also include required system header files to define them. - */ - -#include <curl/curlbuild.h> - -/* - * Compile time sanity checks must also be done when building the library. - */ - -#include <curl/curlrules.h> +#include <curl/curl.h> /* * Ensure that no one is using the old SIZEOF_CURL_OFF_T macro |