From 180538c70634dd6dc7fc68b4afbc1cd288c5b5c6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 29 Apr 2016 09:40:20 -0400 Subject: 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. --- Source/cmPolicies.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmPolicies.cxx') diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index bce69c56b6..68a908507d 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -1,4 +1,5 @@ #include "cmPolicies.h" + #include "cmake.h" #include "cmMakefile.h" #include "cmVersion.h" -- cgit v1.2.1