mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 23:59:53 -05:00
Tests: Sort includes of sys/types.h as clang-format would
This commit is contained in:
@@ -38,8 +38,8 @@ static const char* Getcwd(char* buf, unsigned int len)
|
||||
}
|
||||
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static const char* Getcwd(char* buf, unsigned int len)
|
||||
|
||||
Reference in New Issue
Block a user