diff options
author | Yang Tse <yangsita@gmail.com> | 2011-05-21 13:22:11 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-05-21 13:22:11 +0200 |
commit | 02f3ff3b0a8fc000270e274d540b65648ef81201 (patch) | |
tree | 9352c91e0dbad271d018f5c40a3387a207fd9064 /tests/unit/unit1307.c | |
parent | 3f6ffcd26d9b489e8f6248aa3a3d3d882c8502f0 (diff) | |
download | curl-02f3ff3b0a8fc000270e274d540b65648ef81201.tar.gz |
unit tests: adjust header inclusion order
Additionally, prevent multiple inclusions of curl_config.h
Diffstat (limited to 'tests/unit/unit1307.c')
-rw-r--r-- | tests/unit/unit1307.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |