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

When this header is included in blocks where order does not matter, just
place it in lexicographic order as clang-format would by default.
This commit is contained in:
Brad King
2016-05-02 15:05:39 -04:00
parent be14fe4857
commit 7b6ffa59b1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,8 +14,8 @@
#include "cmGeneratorExpression.h"
#include <sys/types.h>
#include <cmsys/auto_ptr.hxx>
#include <sys/types.h>
class cmLocalGenerator;