Skip to content
Snippets Groups Projects
Commit 5e871f70 authored by Brad King's avatar Brad King
Browse files

Tests: Sort includes of sys/types.h as clang-format would

parent a20d7d48
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment