* src/ltltest/inf.cc, src/ltltest/inf.test: Rename as ...

* src/ltltest/syntimpl.cc, src/ltltest/syntimpl.test: ... these.
* src/ltltest/Makefile.am: Adjust.
* src/ltlvisit/forminf.cc: Rename as...
* src/ltlvisit/syntimpl.cc: ... this.
* src/ltlvisit/syntimpl.hh: New file with definitions extracted
from ...
* src/ltlvisit/reducform.hh: ... this one.
* src/ltlvisit/Makefile.am, src/ltlvisit/reducform.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2004-06-01 20:43:00 +00:00
parent 121a55c48f
commit 6e3fd873ba
10 changed files with 149 additions and 116 deletions

View file

@ -20,6 +20,7 @@
// 02111-1307, USA.
#include "reducform.hh"
#include "syntimpl.hh"
#include "ltlast/allnodes.hh"
#include <cassert>