diff options
author | Brad King <brad.king@kitware.com> | 2017-11-30 13:46:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-30 13:46:06 (GMT) |
commit | a3e029effd84dc185a9cc12e9b4efd48c70dffa6 (patch) | |
tree | ff4a22e33505e39c8d61155b7859b131d26bb1ce /Source | |
parent | c2ea729c87cee2fb19d34090ef00e42d12fb59f2 (diff) | |
download | CMake-a3e029effd84dc185a9cc12e9b4efd48c70dffa6.zip CMake-a3e029effd84dc185a9cc12e9b4efd48c70dffa6.tar.gz CMake-a3e029effd84dc185a9cc12e9b4efd48c70dffa6.tar.bz2 |
cmStandardLexer.h: Do not include a C++ header
This header is meant for inclusion in lexer `.c` files.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmStandardLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |