Skip to content

Commit 0f91d00

Browse files
committed
removed unused #include
1 parent 7f6c4ac commit 0f91d00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/parser.l

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ For this very reason this file does not use any class that are defined in cppast
3131
*/
3232

3333
%{
34-
#include "cppast.h" // To shutup the compiler
35-
#include "cppconst.h" // To shutup the compiler
36-
3734
// C++17 causes problem when register is used and flex uses register in generated code
3835
#define register
3936

0 commit comments

Comments
 (0)