Tests: Sort includes of sys/types.h as clang-format would
This commit is contained in:
parent
a20d7d4821
commit
5e871f7089
@ -38,8 +38,8 @@ static const char* Getcwd(char* buf, unsigned int len)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <sys/types.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
static const char* Getcwd(char* buf, unsigned int len)
|
static const char* Getcwd(char* buf, unsigned int len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user