From 02f3ff3b0a8fc000270e274d540b65648ef81201 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 21 May 2011 13:22:11 +0200 Subject: unit tests: adjust header inclusion order Additionally, prevent multiple inclusions of curl_config.h --- tests/unit/unit1307.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/unit1307.c') diff --git a/tests/unit/unit1307.c b/tests/unit/unit1307.c index 983237e48..c26e80cd0 100644 --- a/tests/unit/unit1307.c +++ b/tests/unit/unit1307.c @@ -19,9 +19,10 @@ * KIND, either express or implied. * ***************************************************************************/ -#include "curl_fnmatch.h" #include "curlcheck.h" +#include "curl_fnmatch.h" + #define MATCH CURL_FNMATCH_MATCH #define NOMATCH CURL_FNMATCH_NOMATCH #define RE_ERR CURL_FNMATCH_FAIL -- cgit v1.2.3