From 5e871f708907d0d70cf3f0f68da6b9cc617f376e Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 2 May 2016 15:09:33 -0400 Subject: [PATCH] Tests: Sort includes of sys/types.h as clang-format would --- Tests/TestsWorkingDirectory/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/TestsWorkingDirectory/main.c b/Tests/TestsWorkingDirectory/main.c index 3616f8e34..d4b760c2f 100644 --- a/Tests/TestsWorkingDirectory/main.c +++ b/Tests/TestsWorkingDirectory/main.c @@ -38,8 +38,8 @@ static const char* Getcwd(char* buf, unsigned int len) } #else -#include #include +#include #include static const char* Getcwd(char* buf, unsigned int len)