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/cmUtilitySourceCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmUtilitySourceCommand.h') diff --git a/Source/cmUtilitySourceCommand.h b/Source/cmUtilitySourceCommand.h index a95b48d6ae..404ef3e6ea 100644 --- a/Source/cmUtilitySourceCommand.h +++ b/Source/cmUtilitySourceCommand.h @@ -3,7 +3,7 @@ #ifndef cmUtilitySourceCommand_h #define cmUtilitySourceCommand_h -#include "cmConfigure.h" +#include "cmConfigure.h" // IWYU pragma: keep #include #include -- cgit v1.2.1