Fixed #5925: The first include in path.cpp is not path.h and astyle run.
This commit is contained in:
parent
c8e4ac1b03
commit
be49185471
|
@ -58,6 +58,6 @@
|
|||
<podtype name="in_port_t" sign="u" size="2"/>
|
||||
<podtype name="in_addr_t" sign="u" size="4"/>
|
||||
<podtype name="socklen_t" sign="u" size="4"/>
|
||||
<podtype name="sa_family_t" sign="u" size="2"/>
|
||||
|
||||
<podtype name="sa_family_t" sign="u" size="2"/>
|
||||
|
||||
</def>
|
||||
|
|
|
@ -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