Fixed #5925: The first include in path.cpp is not path.h and astyle run.
This commit is contained in:
parent
c8e4ac1b03
commit
be49185471
|
@ -19,12 +19,12 @@
|
||||||
#if defined(__GNUC__) && (defined(_WIN32) || defined(__CYGWIN__))
|
#if defined(__GNUC__) && (defined(_WIN32) || defined(__CYGWIN__))
|
||||||
#undef __STRICT_ANSI__
|
#undef __STRICT_ANSI__
|
||||||
#endif
|
#endif
|
||||||
|
#include "path.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include "path.h"
|
|
||||||
|
|
||||||
/** Is the filesystem case insensitive? */
|
/** Is the filesystem case insensitive? */
|
||||||
static bool caseInsensitiveFilesystem()
|
static bool caseInsensitiveFilesystem()
|
||||||
|
|
Loading…
Reference in New Issue