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/cmCommand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmCommand.h') diff --git a/Source/cmCommand.h b/Source/cmCommand.h index 59bc396f33..d7f5c99103 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -13,6 +13,7 @@ #define cmCommand_h #include "cmObject.h" + #include "cmListFileCache.h" #include "cmMakefile.h" #include "cmCommandArgumentsHelper.h" -- cgit v1.2.1