* src/tgba/ltl2tgba.hh, src/tgba/ltl2tgba.cc: Move ...

* src/tgbaalgos/ltl2tgba.hh, src/tgbaalgos/ltl2tgba.cc: ... here.
* src/tgba/Makefile.am, src/tgbaalgos/Makefile.am: Adjust.
* src/tgba/public.hh: Do not include ltl2tgba.hh.
* src/tgbatests/explprod.cc, src/tgbatests/ltl2tgba.cc,
src/tgbatests/ltlprod.cc, src/tgbatests/mixprod.cc,
src/tgbatests/reach.cc, src/tgbatests/tripprod.cc: Adjust inclusions.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-26 15:15:39 +00:00
parent f4629246f7
commit 7fdd78614c
11 changed files with 18 additions and 10 deletions

View file

@ -7,7 +7,6 @@ tgba_HEADERS = \
bddfactory.hh \
bddprint.hh \
dictunion.hh \
ltl2tgba.hh \
public.hh \
state.hh \
statebdd.hh \
@ -30,7 +29,6 @@ libtgba_la_SOURCES = \
bddfactory.cc \
bddprint.cc \
dictunion.cc \
ltl2tgba.cc \
statebdd.cc \
succiterconcrete.cc \
tgbabddconcrete.cc \