diff options
author | Brad King <brad.king@kitware.com> | 2017-11-30 08:46:06 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-30 08:46:06 -0500 |
commit | a3e029effd84dc185a9cc12e9b4efd48c70dffa6 (patch) | |
tree | ff4a22e33505e39c8d61155b7859b131d26bb1ce /Source/cmStandardLexer.h | |
parent | c2ea729c87cee2fb19d34090ef00e42d12fb59f2 (diff) | |
download | cmake-a3e029effd84dc185a9cc12e9b4efd48c70dffa6.tar.gz |
cmStandardLexer.h: Do not include a C++ header
This header is meant for inclusion in lexer `.c` files.
Diffstat (limited to 'Source/cmStandardLexer.h')
-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 c9f42e4cea..b212c7e2d1 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) |