mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
LexerParser: Clean up includes following include-what-you-use
This commit is contained in:
committed by
Brad King
parent
699d50e376
commit
6f64300a01
@@ -13,6 +13,7 @@ Run bison like this:
|
||||
|
||||
#include "cmConfigure.h" // IWYU pragma: keep
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
@@ -22,7 +23,6 @@ Run bison like this:
|
||||
/*-------------------------------------------------------------------------*/
|
||||
#include "cmDependsJavaParserHelper.h" /* Interface to parser object. */
|
||||
#include "cmDependsJavaLexer.h" /* Interface to lexer object. */
|
||||
#include "cmDependsJavaParserTokens.h" /* Need YYSTYPE for YY_DECL. */
|
||||
|
||||
/* Forward declare the lexer entry point. */
|
||||
YY_DECL;
|
||||
|
||||
Reference in New Issue
Block a user