From ca2233e31fec18727ac1f742bef1108016745039 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Fri, 25 Aug 2017 20:39:02 +0200 Subject: IWYU: Mark cmConfigure.h with pragma: keep Also remove `#include "cmConfigure.h"` from most source files. --- Source/cmBuildNameCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmBuildNameCommand.h') diff --git a/Source/cmBuildNameCommand.h b/Source/cmBuildNameCommand.h index ff26c559c4..e3d2f2aa6c 100644 --- a/Source/cmBuildNameCommand.h +++ b/Source/cmBuildNameCommand.h @@ -3,7 +3,7 @@ #ifndef cmBuildNameCommand_h #define cmBuildNameCommand_h -#include "cmConfigure.h" +#include "cmConfigure.h" // IWYU pragma: keep #include #include -- cgit v1.2.1