* src/ltlparse/ltlscan.ll: Include ltlparse/parsedecl.hh,

not parsedecl.hh.
* src/tgbaparse/tgbascan.ll: Likewise, include tgbaparse/parsedecl.hh.
This commit is contained in:
Alexandre Duret-Lutz 2003-11-14 11:10:51 +00:00
parent f83a21cf94
commit 1b222106ab
3 changed files with 13 additions and 7 deletions

View file

@ -4,7 +4,7 @@
%{
#include <string>
#include "parsedecl.hh"
#include "ltlparse/parsedecl.hh"
/* Hack Flex so we read from a string instead of reading from a file. */
#define YY_INPUT(buf, result, max_size) \