소스 검색

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)