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/cmExportSet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmExportSet.h') diff --git a/Source/cmExportSet.h b/Source/cmExportSet.h index d780a228c1..a3359ace0c 100644 --- a/Source/cmExportSet.h +++ b/Source/cmExportSet.h @@ -13,6 +13,7 @@ #define cmExportSet_h #include "cmSystemTools.h" + class cmTargetExport; class cmInstallExportGenerator; class cmLocalGenerator; -- cgit v1.2.1