mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
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:
@@ -14,8 +14,8 @@
|
||||
|
||||
#include "cmGeneratorExpression.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <cmsys/auto_ptr.hxx>
|
||||
#include <sys/types.h>
|
||||
|
||||
class cmLocalGenerator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user