LexerParser: Clean up includes following include-what-you-use

This commit is contained in:
Christoph Grüninger
2021-01-22 17:18:55 +01:00
committed by Brad King
parent 699d50e376
commit 6f64300a01
9 changed files with 115 additions and 115 deletions
+1 -1
View File
@@ -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;