summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionEvaluationFile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-02 15:05:39 -0400
committerBrad King <brad.king@kitware.com>2016-05-03 10:08:41 -0400
commit7b6ffa59b12aaa11f435578cb67e59570bef0453 (patch)
treed8e29759dae5046e8271aa1934b4c433ae139c8d /Source/cmGeneratorExpressionEvaluationFile.h
parentbe14fe4857299ccd5918e6b1f8db0f0587db2850 (diff)
downloadcmake-7b6ffa59b12aaa11f435578cb67e59570bef0453.tar.gz
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.
Diffstat (limited to 'Source/cmGeneratorExpressionEvaluationFile.h')
-rw-r--r--Source/cmGeneratorExpressionEvaluationFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionEvaluationFile.h b/Source/cmGeneratorExpressionEvaluationFile.h
index f34dadc669..b8c824b6b8 100644
--- a/Source/cmGeneratorExpressionEvaluationFile.h
+++ b/Source/cmGeneratorExpressionEvaluationFile.h
@@ -14,8 +14,8 @@
#include "cmGeneratorExpression.h"
-#include <sys/types.h>
#include <cmsys/auto_ptr.hxx>
+#include <sys/types.h>
class cmLocalGenerator;