cmStandardLexer.h: Do not include a C++ header

This header is meant for inclusion in lexer `.c` files.
This commit is contained in:
Brad King
2017-11-30 08:46:06 -05:00
parent c2ea729c87
commit a3e029effd

View File

@@ -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)