From a3e029effd84dc185a9cc12e9b4efd48c70dffa6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 30 Nov 2017 08:46:06 -0500 Subject: cmStandardLexer.h: Do not include a C++ header This header is meant for inclusion in lexer `.c` files. --- Source/cmStandardLexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmStandardLexer.h b/Source/cmStandardLexer.h index c9f42e4..b212c7e 100644 --- a/Source/cmStandardLexer.h +++ b/Source/cmStandardLexer.h @@ -3,7 +3,7 @@ #ifndef cmStandardLexer_h #define cmStandardLexer_h -#include "cmConfigure.h" // IWYU pragma: keep +#include "cmsys/Configure.h" // IWYU pragma: keep /* Disable some warnings. */ #if defined(_MSC_VER) -- cgit v0.12