diff --git a/src/toolsComm/flex/scan.c b/src/toolsComm/flex/scan.c index 7217573a3..804408a28 100644 --- a/src/toolsComm/flex/scan.c +++ b/src/toolsComm/flex/scan.c @@ -202,7 +202,7 @@ static char rcsid[] = #undef yywrap #include "flexdef.h" -#include "parse.h" +#include #define ACTION_ECHO fprintf( temp_action_file, "%s", yytext ) #define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" );