浏览代码

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

Brad King 9 年之前
父节点
当前提交
5e871f7089
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/TestsWorkingDirectory/main.c

+ 1 - 1
Tests/TestsWorkingDirectory/main.c

@@ -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)