tgba: merge succiter.hh, state.hh, and tgba.hh

It makes it easier to browse tgba/.

* src/tgba/state.hh, src/tgba/succiter.hh: Delete, and
move the contents...
* src/tgba/tgba.hh: ... here.
* src/tgba/Makefile.am: Adjust.
* src/graphtest/ngraph.cc, src/kripke/fairkripke.hh,
src/saba/sabacomplementtgba.cc, src/ta/ta.hh,
src/tgba/tgbakvcomplement.cc, src/tgba/tgbasafracomplement.cc,
src/tgbaalgos/bfssteps.hh, src/tgbaalgos/emptiness.hh,
src/tgbaalgos/gtec/explscc.hh, src/tgbaalgos/gtec/sccstack.hh,
src/tgbaalgos/rundotdec.cc, wrap/python/spot.i: Adjust includes.
This commit is contained in:
Alexandre Duret-Lutz 2014-08-19 21:48:32 +02:00
parent a5bc7c3ff6
commit 52ce449bbc
16 changed files with 408 additions and 502 deletions

View file

@ -100,8 +100,6 @@ namespace std {
#include "ltlvisit/apcollect.hh"
#include "tgba/bddprint.hh"
#include "tgba/state.hh"
#include "tgba/succiter.hh"
#include "tgba/fwd.hh"
#include "tgba/tgba.hh"
#include "tgba/taatgba.hh"
@ -219,8 +217,6 @@ using namespace spot;
// Help SWIG with namespace lookups.
#define ltl spot::ltl
%include "tgba/bddprint.hh"
%include "tgba/state.hh"
%include "tgba/succiter.hh"
%include "tgba/fwd.hh"
%include "tgba/tgba.hh"
%include "tgba/taatgba.hh"