diff --git a/lib/easyoptions.c b/lib/easyoptions.c index b444010439..be617b5d2a 100644 --- a/lib/easyoptions.c +++ b/lib/easyoptions.c @@ -378,6 +378,6 @@ struct curl_easyoption Curl_easyopts[] = { */ int Curl_easyopts_check(void) { - return ((CURLOPT_LASTENTRY%10000) != (327 + 1)); + return (CURLOPT_LASTENTRY % 10000) != (327 + 1); } #endif diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 60e2184539..df90997aac 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -41,7 +41,6 @@ #include "tool_main.h" #include "dynbuf.h" #include "tool_stderr.h" -#include "strparse.h" #include "var.h" #include "memdebug.h" /* keep this as LAST include */