diff options
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/version.h b/src/version.h index a4116b77d..569526bfe 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#ifndef HEADER_CURL_VERSION_H -#define HEADER_CURL_VERSION_H +#ifndef HEADER_CURL_TOOL_VERSION_H +#define HEADER_CURL_TOOL_VERSION_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -21,8 +21,6 @@ * KIND, either express or implied. * ***************************************************************************/ -#include "setup.h" - #include <curl/curlver.h> #define CURL_NAME "curl" @@ -33,4 +31,4 @@ #define CURL_VERSION_PATCH LIBCURL_VERSION_PATCH #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " -#endif /* HEADER_CURL_VERSION_H */ +#endif /* HEADER_CURL_TOOL_VERSION_H */ |