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__))
|
||||
#undef __STRICT_ANSI__
|
||||
#endif
|
||||
#include "path.h"
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <cstring>
|
||||
#include <cctype>
|
||||
#include "path.h"
|
||||
|
||||
/** Is the filesystem case insensitive? */
|
||||
static bool caseInsensitiveFilesystem()
|
||||
|
|
Loading…
Reference in New Issue