summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionNode.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-29 09:40:20 -0400
committerBrad King <brad.king@kitware.com>2016-04-29 13:58:31 -0400
commit180538c70634dd6dc7fc68b4afbc1cd288c5b5c6 (patch)
tree5467b11d2718a4f0b7f32248466a38403df84d6c /Source/cmGeneratorExpressionNode.h
parent0e7bca923e65df8fda37dd50ca68c7207eb3acbe (diff)
downloadcmake-180538c70634dd6dc7fc68b4afbc1cd288c5b5c6.tar.gz
Source: Stabilize include order
Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
Diffstat (limited to 'Source/cmGeneratorExpressionNode.h')
-rw-r--r--Source/cmGeneratorExpressionNode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionNode.h b/Source/cmGeneratorExpressionNode.h
index 854811b99e..b803d1237d 100644
--- a/Source/cmGeneratorExpressionNode.h
+++ b/Source/cmGeneratorExpressionNode.h
@@ -12,10 +12,11 @@
#ifndef cmGeneratorExpressionNode_h
#define cmGeneratorExpressionNode_h
+#include "cmGeneratorExpression.h"
+
#include "cmGeneratorExpressionEvaluator.h"
#include "cmGeneratorExpressionParser.h"
#include "cmGeneratorExpressionDAGChecker.h"
-#include "cmGeneratorExpression.h"
#include "cmLocalGenerator.h"
#include "cmSourceFile.h"