From be49185471b0eb3f529c082d3143a92b2f045bb2 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 16 Jun 2014 15:11:44 +0200 Subject: [PATCH] Fixed #5925: The first include in path.cpp is not path.h and astyle run. --- cfg/posix.cfg | 4 ++-- lib/path.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 48ef2b1c8..d1c130439 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -58,6 +58,6 @@ - - + + diff --git a/lib/path.cpp b/lib/path.cpp index 3142627aa..d552e94ec 100644 --- a/lib/path.cpp +++ b/lib/path.cpp @@ -19,12 +19,12 @@ #if defined(__GNUC__) && (defined(_WIN32) || defined(__CYGWIN__)) #undef __STRICT_ANSI__ #endif +#include "path.h" #include #include #include #include #include -#include "path.h" /** Is the filesystem case insensitive? */ static bool caseInsensitiveFilesystem()