summaryrefslogtreecommitdiffstats
path: root/Source/cmCurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCurl.h')
-rw-r--r--Source/cmCurl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCurl.h b/Source/cmCurl.h
index 0c5609c..2bc54cd 100644
--- a/Source/cmCurl.h
+++ b/Source/cmCurl.h
@@ -12,10 +12,10 @@
#ifndef cmCurl_h
#define cmCurl_h
-#include <cmsys/Configure.h>
-#include "cm_curl.h"
#include "cmStandardIncludes.h"
+#include "cm_curl.h"
+
std::string cmCurlSetCAInfo(::CURL *curl, const char* cafile = 0);
#endif