remove many useless includes

Removal suggestions from clang-include-cleaner-17 applied manually.

* spot/gen/automata.cc, spot/ltsmin/ltsmin.cc, spot/misc/bitvect.cc,
spot/misc/intvcomp.cc, spot/misc/satsolver.cc, spot/misc/tmpfile.cc,
spot/priv/trim.cc, spot/priv/weight.cc, spot/ta/taexplicit.cc,
spot/ta/tgtaexplicit.cc, spot/ta/tgtaproduct.cc,
spot/taalgos/emptinessta.cc, spot/taalgos/minimize.cc,
spot/taalgos/reachiter.cc, spot/taalgos/statessetbuilder.cc,
spot/taalgos/tgba2ta.cc, spot/tl/apcollect.cc, spot/tl/contain.cc,
spot/tl/exclusive.cc, spot/tl/formula.cc, spot/tl/mark.cc,
spot/tl/randomltl.cc, spot/tl/relabel.cc, spot/tl/remove_x.cc,
spot/twa/acc.cc, spot/twa/bdddict.cc, spot/twa/taatgba.cc,
spot/twa/twagraph.cc, spot/twaalgos/aiger.cc,
spot/twaalgos/alternation.cc, spot/twaalgos/canonicalize.cc,
spot/twaalgos/cobuchi.cc, spot/twaalgos/complement.cc,
spot/twaalgos/compsusp.cc, spot/twaalgos/dbranch.cc,
spot/twaalgos/degen.cc, spot/twaalgos/determinize.cc,
spot/twaalgos/dot.cc, spot/twaalgos/dtbasat.cc,
spot/twaalgos/dtwasat.cc, spot/twaalgos/emptiness.cc,
spot/twaalgos/forq_contains.cc, spot/twaalgos/game.cc,
spot/twaalgos/genem.cc, spot/twaalgos/gv04.cc, spot/twaalgos/hoa.cc,
spot/twaalgos/isunamb.cc, spot/twaalgos/isweakscc.cc,
spot/twaalgos/lbtt.cc, spot/twaalgos/ltl2tgba_fm.cc,
spot/twaalgos/magic.cc, spot/twaalgos/mealy_machine.cc,
spot/twaalgos/minimize.cc, spot/twaalgos/neverclaim.cc,
spot/twaalgos/parity.cc, spot/twaalgos/powerset.cc,
spot/twaalgos/product.cc, spot/twaalgos/randomgraph.cc,
spot/twaalgos/randomize.cc, spot/twaalgos/relabel.cc,
spot/twaalgos/remfin.cc, spot/twaalgos/remprop.cc,
spot/twaalgos/sccinfo.cc, spot/twaalgos/se05.cc,
spot/twaalgos/sepsets.cc, spot/twaalgos/simulation.cc,
spot/twaalgos/split.cc, spot/twaalgos/strength.cc,
spot/twaalgos/stutter.cc, spot/twaalgos/synthesis.cc,
spot/twaalgos/tau03.cc, spot/twaalgos/tau03opt.cc,
spot/twaalgos/translate.cc, spot/twacube/cube.cc: Remove useless
includes.
This commit is contained in:
Alexandre Duret-Lutz 2023-11-29 16:59:45 +01:00
parent c9d9c10cb2
commit 3d05ecb4ac
74 changed files with 13 additions and 147 deletions

View file

@ -19,7 +19,6 @@
#include "config.h"
#include <spot/twa/twagraph.hh>
#include <spot/gen/automata.hh>
#include <spot/tl/parse.hh>
#include <spot/misc/clz.hh>
namespace spot

View file

@ -17,13 +17,10 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <ltdl.h>
#include <cstring>
#include <cstdlib>
#include <vector>
#include <sstream>
#include <sys/stat.h>
#include <unistd.h>
#include <spot/ltsmin/ltsmin.hh>
#include <spot/misc/hashfunc.hh>
@ -32,9 +29,7 @@
#include <spot/misc/intvcomp.hh>
#include <spot/misc/intvcmp2.hh>
#include <spot/twaalgos/reachiter.hh>
#include <string.h>
#include <spot/mc/utils.hh>
using namespace std::string_literals;

View file

@ -25,7 +25,6 @@
#include <cmath>
#include <hashfunc.hh>
#include <cstring>
#include <climits>
namespace spot
{

View file

@ -21,7 +21,6 @@
#include <cstddef>
#include <cassert>
#include <spot/misc/intvcomp.hh>
#include <iostream>
namespace spot
{

View file

@ -26,7 +26,7 @@
#include <fstream>
#include <limits>
#include <cassert>
#include <sys/wait.h>
#include <sys/wait.h> // could be our replacement WIFEXITED from lib/
namespace spot
{

View file

@ -20,7 +20,7 @@
#include <spot/misc/tmpfile.hh>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <unistd.h> // unlink
#include <string.h>
using namespace std::string_literals;

View file

@ -20,7 +20,6 @@
#include <spot/priv/trim.hh>
#include <algorithm>
#include <cctype>
#include <locale>
namespace spot
{

View file

@ -17,7 +17,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <cassert>
#include <ostream>
#include <spot/priv/weight.hh>

View file

@ -27,7 +27,6 @@
#endif
#include <spot/ta/taexplicit.hh>
#include <spot/twa/formula2bdd.hh>
#include <cassert>
#include <spot/twa/bddprint.hh>

View file

@ -18,8 +18,6 @@
#include "config.h"
#include <spot/ta/tgtaexplicit.hh>
#include <spot/twa/formula2bdd.hh>
#include <spot/twa/bddprint.hh>
namespace spot
{

View file

@ -28,9 +28,6 @@
#endif
#include <spot/ta/tgtaproduct.hh>
#include <string>
#include <cassert>
#include <spot/misc/hashfunc.hh>
#include <spot/kripke/kripke.hh>
namespace spot

View file

@ -27,9 +27,7 @@
#endif
#include <spot/taalgos/emptinessta.hh>
#include <spot/misc/memusage.hh>
#include <cstdlib>
#include <spot/twa/bddprint.hh>
namespace spot
{

View file

@ -30,7 +30,6 @@
#include <list>
#include <sstream>
#include <spot/taalgos/minimize.hh>
#include <spot/misc/hash.hh>
#include <spot/misc/bddlt.hh>
#include <spot/ta/tgtaexplicit.hh>
#include <spot/taalgos/statessetbuilder.hh>

View file

@ -20,7 +20,6 @@
#include <cassert>
#include <spot/taalgos/reachiter.hh>
#include <iostream>
using namespace std;
namespace spot

View file

@ -17,7 +17,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <iostream>
#include <spot/ta/ta.hh>
#include <spot/taalgos/statessetbuilder.hh>
#include <spot/taalgos/reachiter.hh>

View file

@ -26,12 +26,9 @@
#define trace while (0) std::clog
#endif
#include <spot/twa/formula2bdd.hh>
#include <cassert>
#include <spot/twa/bddprint.hh>
#include <stack>
#include <spot/taalgos/tgba2ta.hh>
#include <spot/taalgos/statessetbuilder.hh>
#include <spot/ta/tgtaexplicit.hh>
using namespace std;

View file

@ -19,12 +19,10 @@
#include "config.h"
#include <map>
#include <spot/tl/apcollect.hh>
#include <spot/twa/twa.hh>
#include <spot/twa/twagraph.hh>
#include <spot/twa/bdddict.hh>
#include <spot/twaalgos/hoa.hh>
#include <spot/twaalgos/game.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/twaalgos/synthesis.hh>
#include <spot/tl/relabel.hh>
#include <spot/priv/robin_hood.hh>

View file

@ -18,11 +18,9 @@
#include "config.h"
#include <spot/tl/contain.hh>
#include <spot/tl/simplify.hh>
#include <spot/tl/formula.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/are_isomorphic.hh>
#include <spot/misc/hash.hh>
#include <spot/priv/robin_hood.hh>
#include <spot/twaalgos/ltl2tgba_fm.hh>

View file

@ -19,7 +19,6 @@
#include "config.h"
#include <spot/tl/exclusive.hh>
#include <spot/twaalgos/mask.hh>
#include <spot/misc/casts.hh>
#include <spot/misc/minato.hh>
#include <spot/tl/apcollect.hh>

View file

@ -23,7 +23,6 @@
#include <sstream>
#include <map>
#include <set>
#include <tuple>
#include <cstring>
#include <algorithm>
#include <spot/misc/bareword.hh>

View file

@ -18,8 +18,6 @@
#include "config.h"
#include <spot/tl/mark.hh>
#include <cassert>
#include <algorithm>
#include <set>
#include <vector>

View file

@ -18,14 +18,11 @@
#include "config.h"
#include <cassert>
#include <algorithm>
#include <spot/tl/randomltl.hh>
#include <spot/misc/random.hh>
#include <iostream>
#include <cstring>
#include <spot/misc/optionmap.hh>
#include <spot/tl/defaultenv.hh>
#include <sstream>
namespace spot
{

View file

@ -20,7 +20,6 @@
#include <spot/tl/relabel.hh>
#include <spot/tl/simplify.hh>
#include <sstream>
#include <spot/misc/hash.hh>
#include <map>
#include <set>
#include <stack>

View file

@ -17,7 +17,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <spot/tl/simplify.hh>
#include <spot/tl/apcollect.hh>
#include <spot/tl/remove_x.hh>

View file

@ -20,7 +20,6 @@
#include "config.h"
#include <iostream>
#include <sstream>
#include <set>
#include <cctype>
#include <cstring>
#include <map>

View file

@ -18,11 +18,9 @@
#include "config.h"
#include <ostream>
#include <sstream>
#include <cassert>
#include <spot/tl/print.hh>
#include <spot/tl/formula.hh>
#include <spot/tl/defaultenv.hh>
#include "spot/priv/bddalloc.hh"
#include <spot/twa/bdddict.hh>

View file

@ -17,10 +17,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <map>
#include <algorithm>
#include <iterator>
#include <iostream>
#include <spot/twa/formula2bdd.hh>
#include <spot/tl/print.hh>
#include <spot/twa/taatgba.hh>

View file

@ -20,7 +20,6 @@
#include <spot/twa/twagraph.hh>
#include <spot/tl/print.hh>
#include <spot/misc/bddlt.hh>
#include <spot/misc/timer.hh>
#include <spot/twa/bddprint.hh>
#include <spot/kripke/kripkegraph.hh>
#include <spot/misc/escape.hh>

View file

@ -29,7 +29,6 @@
#include <fstream>
#include <string>
#include <sstream>
#include <initializer_list>
#include <spot/twa/twagraph.hh>
#include <spot/misc/bddlt.hh>

View file

@ -20,8 +20,8 @@
#include <algorithm>
#include <sstream>
#include <spot/twaalgos/alternation.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/misc/minato.hh>
#include <spot/twaalgos/strength.hh>
namespace spot
{

View file

@ -19,7 +19,6 @@
#include "config.h"
#include <spot/twaalgos/canonicalize.hh>
#include <spot/twa/twagraph.hh>
#include <set>
#include <vector>
namespace

View file

@ -21,7 +21,7 @@
#include <spot/misc/bddlt.hh>
#include <spot/misc/bitvect.hh>
#include <spot/misc/hash.hh>
#include <spot/misc/hashfunc.hh>
#include <spot/twa/acc.hh>
#include <spot/twa/bddprint.hh>
#include <spot/twa/twagraph.hh>

View file

@ -18,7 +18,6 @@
#include "config.h"
#include <deque>
#include <map>
#include <spot/twaalgos/complement.hh>
#include <spot/twaalgos/dualize.hh>
#include <spot/twaalgos/isdet.hh>

View file

@ -24,11 +24,9 @@
#include <spot/twaalgos/ltl2tgba_fm.hh>
#include <spot/twaalgos/minimize.hh>
#include <spot/twaalgos/simulation.hh>
#include <spot/twaalgos/strength.hh>
#include <spot/tl/print.hh>
#include <queue>
#include <deque>
#include <sstream>
#include <spot/tl/environment.hh>
namespace spot
{

View file

@ -19,9 +19,7 @@
#include "config.h"
#include <spot/twaalgos/dbranch.hh>
#include <spot/misc/bddlt.hh>
#include <spot/priv/robin_hood.hh>
#include <unordered_map>
#include <utility>
#include <stack>

View file

@ -19,16 +19,12 @@
#include "config.h"
#include <spot/twaalgos/degen.hh>
#include <spot/twa/twagraph.hh>
#include <spot/misc/hash.hh>
#include <spot/misc/hashfunc.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <deque>
#include <vector>
#include <algorithm>
#include <iterator>
#include <memory>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/twa/bddprint.hh>
#include <spot/twaalgos/isdet.hh>
//#define DEGEN_DEBUG

View file

@ -21,10 +21,8 @@
#include <deque>
#include <stack>
#include <utility>
#include <unordered_map>
#include <set>
#include <map>
#include <spot/misc/bddlt.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/twaalgos/determinize.hh>

View file

@ -23,7 +23,6 @@
#include <spot/tl/print.hh>
#include <spot/twa/twagraph.hh>
#include <spot/twaalgos/dot.hh>
#include <spot/twa/bddprint.hh>
#include <spot/misc/escape.hh>
#include <spot/twa/formula2bdd.hh>
#include <spot/twaalgos/sccinfo.hh>
@ -32,7 +31,6 @@
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <ctype.h>
#include <utility>
using namespace std::string_literals;

View file

@ -17,8 +17,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <fstream>
#include <sstream>
#include <map>
#include <spot/misc/bddlt.hh>
#include <spot/misc/satsolver.hh>

View file

@ -17,8 +17,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <fstream>
#include <sstream>
#include <map>
#include <spot/misc/bddlt.hh>
#include <spot/misc/optionmap.hh>

View file

@ -25,7 +25,6 @@
#include <spot/twaalgos/gtec/gtec.hh>
#include <spot/twaalgos/gv04.hh>
#include <spot/twaalgos/magic.hh>
#include <spot/misc/hash.hh>
#include <spot/twaalgos/se05.hh>
#include <spot/twaalgos/tau03.hh>
#include <spot/twaalgos/tau03opt.hh>

View file

@ -19,9 +19,6 @@
#include "config.h"
#include <spot/twaalgos/split.hh>
#include <spot/twaalgos/forq_contains.hh>
#include <spot/twaalgos/contains.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/word.hh>
#include <spot/misc/bddlt.hh>
#include <spot/twa/twagraph.hh>
@ -34,7 +31,6 @@
#include <iterator>
#include <optional>
#include <vector>
#include <string>
#include <memory>
#include <array>

View file

@ -20,7 +20,6 @@
#include <utility>
#include <spot/misc/timer.hh>
#include <spot/twaalgos/game.hh>
#include <spot/misc/escape.hh>
#include <spot/twaalgos/sccinfo.hh>

View file

@ -18,7 +18,6 @@
#include "config.h"
#include <spot/twaalgos/genem.hh>
#include <spot/twaalgos/cleanacc.hh>
namespace spot
{

View file

@ -30,7 +30,6 @@
#include <utility>
#include <vector>
#include <spot/twa/twa.hh>
#include <spot/misc/hash.hh>
#include <spot/twaalgos/emptiness.hh>
#include <spot/twaalgos/emptiness_stats.hh>
#include <spot/twaalgos/gv04.hh>

View file

@ -27,7 +27,6 @@
#include <spot/misc/escape.hh>
#include <spot/misc/bddlt.hh>
#include <spot/misc/minato.hh>
#include <spot/twa/formula2bdd.hh>
#include <spot/tl/formula.hh>
#include <spot/kripke/fairkripke.hh>
#include <spot/kripke/kripkegraph.hh>

View file

@ -21,8 +21,6 @@
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/twaalgos/mask.hh>
#include <set>
#include <list>
namespace spot
{

View file

@ -17,7 +17,6 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <spot/tl/formula.hh>
#include <spot/twaalgos/isweakscc.hh>
#include <spot/twaalgos/genem.hh>

View file

@ -17,15 +17,11 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <spot/twaalgos/lbtt.hh>
#include <map>
#include <string>
#include <ostream>
#include <spot/twa/formula2bdd.hh>
#include <spot/twaalgos/reachiter.hh>
#include <spot/misc/bddlt.hh>
#include "spot/priv/accmap.hh"
#include <spot/tl/print.hh>
#include <spot/twaalgos/lbtt.hh>
#include <spot/twaalgos/reachiter.hh>
#include <spot/twa/formula2bdd.hh>
#include <spot/twa/twagraph.hh>
using namespace std::string_literals;

View file

@ -17,10 +17,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#include <spot/misc/hash.hh>
#include <spot/misc/bddlt.hh>
#include <spot/misc/minato.hh>
#include <spot/tl/nenoform.hh>
#include <spot/tl/print.hh>
#include <spot/tl/apcollect.hh>
#include <spot/tl/mark.hh>

View file

@ -28,7 +28,6 @@
#include <cassert>
#include <list>
#include <spot/misc/hash.hh>
#include <spot/twa/twa.hh>
#include <spot/twaalgos/emptiness.hh>
#include <spot/twaalgos/emptiness_stats.hh>

View file

@ -22,7 +22,6 @@
#include <queue>
#include <deque>
#include <set>
#include <list>
#include <vector>
#include <sstream>
#include <string>
@ -33,9 +32,7 @@
#include <spot/misc/timer.hh>
#include <spot/misc/minato.hh>
#include <spot/twaalgos/game.hh>
#include <spot/twaalgos/hoa.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/relabel.hh>
#include <spot/twaalgos/synthesis.hh>
#include <spot/priv/partitioned_relabel.hh>

View file

@ -25,17 +25,14 @@
#endif
#include "config.h"
#include <queue>
#include <deque>
#include <set>
#include <list>
#include <vector>
#include <stack>
#include <sstream>
#include <spot/twaalgos/minimize.hh>
#include <spot/misc/hash.hh>
#include <spot/misc/bddlt.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/gtec/gtec.hh>
#include <spot/twaalgos/strength.hh>
#include <spot/twaalgos/sccfilter.hh>
#include <spot/twaalgos/sccinfo.hh>
@ -44,7 +41,6 @@
#include <spot/twaalgos/dualize.hh>
#include <spot/twaalgos/remfin.hh>
#include <spot/twaalgos/alternation.hh>
#include <spot/tl/hierarchy.hh>
namespace spot
{

View file

@ -18,9 +18,7 @@
#include "config.h"
#include <ostream>
#include <sstream>
#include <spot/twaalgos/neverclaim.hh>
#include <spot/twa/bddprint.hh>
#include <spot/twa/twagraph.hh>
#include <spot/tl/print.hh>
#include <spot/twa/formula2bdd.hh>

View file

@ -19,14 +19,10 @@
#include "config.h"
#include <spot/twaalgos/parity.hh>
#include <spot/twa/twagraph.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/complete.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <algorithm>
#include <vector>
#include <utility>
#include <functional>
#include <queue>
namespace spot
{

View file

@ -21,16 +21,12 @@
#include <iterator>
#include <vector>
#include <spot/twaalgos/powerset.hh>
#include <spot/misc/hash.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/twaalgos/cycles.hh>
#include <spot/twaalgos/gtec/gtec.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twa/bddprint.hh>
#include <spot/twaalgos/sccfilter.hh>
#include <spot/twaalgos/ltl2tgba_fm.hh>
#include <spot/twaalgos/dualize.hh>
#include <spot/twaalgos/remfin.hh>
#include <spot/misc/bitvect.hh>
#include <spot/misc/bddlt.hh>

View file

@ -24,7 +24,6 @@
#include <spot/twaalgos/isdet.hh>
#include <deque>
#include <unordered_map>
#include <spot/misc/hash.hh>
using namespace std::string_literals;

View file

@ -20,9 +20,6 @@
#include <spot/twaalgos/randomgraph.hh>
#include <spot/twa/twagraph.hh>
#include <spot/misc/random.hh>
#include <spot/misc/bddlt.hh>
#include <sstream>
#include <list>
#include <set>
#include <iterator>
#include <vector>

View file

@ -19,7 +19,6 @@
#include "config.h"
#include <algorithm>
#include <numeric>
#include <random>
#include <spot/twaalgos/randomize.hh>
#include <spot/misc/random.hh>

View file

@ -20,12 +20,9 @@
#include <spot/twaalgos/relabel.hh>
#include <spot/twa/formula2bdd.hh>
#include <spot/tl/formula.hh>
#include <spot/priv/partitioned_relabel.hh>
#include <cmath>
#include <algorithm>
#include <iostream>
namespace spot

View file

@ -22,8 +22,6 @@
#include <iostream>
#include <spot/twaalgos/cleanacc.hh>
#include <spot/twaalgos/totgba.hh>
#include <spot/twaalgos/isdet.hh>
#include <spot/twaalgos/mask.hh>
#include <spot/twaalgos/alternation.hh>
#include <spot/twaalgos/degen.hh>

View file

@ -19,7 +19,6 @@
#include "config.h"
#include <spot/twaalgos/remprop.hh>
#include <spot/twaalgos/mask.hh>
#include <spot/misc/casts.hh>
#include <ctype.h>
#include <sstream>

View file

@ -21,11 +21,8 @@
#include <stack>
#include <algorithm>
#include <queue>
#include <spot/twa/bddprint.hh>
#include <spot/twaalgos/bfssteps.hh>
#include <spot/twaalgos/mask.hh>
#include <spot/twaalgos/genem.hh>
#include <spot/misc/escape.hh>
namespace spot
{

View file

@ -28,7 +28,6 @@
#include <cassert>
#include <list>
#include <spot/misc/hash.hh>
#include <spot/twa/twa.hh>
#include <spot/twaalgos/emptiness.hh>
#include <spot/twaalgos/emptiness_stats.hh>

View file

@ -18,7 +18,6 @@
#include "config.h"
#include <spot/twaalgos/sepsets.hh>
#include <spot/twaalgos/sccinfo.hh>
namespace spot

View file

@ -20,8 +20,6 @@
#include <queue>
#include <map>
#include <utility>
#include <cmath>
#include <limits>
#include <numeric>
#include <spot/twaalgos/simulation.hh>
#include <spot/misc/minato.hh>

View file

@ -18,12 +18,8 @@
#include "config.h"
#include <spot/twaalgos/split.hh>
#include <spot/misc/minato.hh>
#include <spot/misc/bddlt.hh>
#include <spot/priv/robin_hood.hh>
#include <algorithm>
#include <map>
#include <unordered_set>
namespace std

View file

@ -18,7 +18,6 @@
#include "config.h"
#include <spot/twaalgos/strength.hh>
#include <spot/misc/hash.hh>
#include <spot/twaalgos/isweakscc.hh>
#include <spot/twaalgos/mask.hh>
#include <spot/twaalgos/minimize.hh>

View file

@ -19,25 +19,20 @@
#include "config.h"
#include <spot/twaalgos/stutter.hh>
#include <spot/twa/twa.hh>
#include <spot/misc/hash.hh>
#include <spot/misc/hashfunc.hh>
#include <spot/tl/apcollect.hh>
#include <spot/twaalgos/translate.hh>
#include <spot/tl/remove_x.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/ltl2tgba_fm.hh>
#include <spot/twaalgos/isdet.hh>
#include <spot/twaalgos/complement.hh>
#include <spot/twaalgos/remfin.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/twaalgos/word.hh>
#include <spot/twa/twaproduct.hh>
#include <spot/twa/bddprint.hh>
#include <deque>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <numeric>
namespace spot
{

View file

@ -29,14 +29,11 @@
#include <spot/twaalgos/synthesis.hh>
#include <spot/twaalgos/translate.hh>
#include <spot/twaalgos/zlktree.hh>
#include <spot/misc/minato.hh>
#include <spot/twaalgos/totgba.hh>
#include <spot/twaalgos/toparity.hh>
#include <spot/tl/parse.hh>
#include <algorithm>
#include <string>
#include <stack>
// Helper function/structures for split_2step
namespace{

View file

@ -30,8 +30,6 @@
#endif
#include <cassert>
#include <list>
#include <spot/misc/hash.hh>
#include <spot/twa/twa.hh>
#include <spot/twaalgos/emptiness.hh>
#include <spot/twaalgos/emptiness_stats.hh>

View file

@ -41,7 +41,6 @@
#include <cassert>
#include <vector>
#include <stack>
#include <spot/misc/hash.hh>
#include <spot/twa/twa.hh>
#include <spot/twaalgos/emptiness.hh>
#include <spot/twaalgos/emptiness_stats.hh>

View file

@ -27,7 +27,6 @@
#include <spot/twaalgos/isdet.hh>
#include <spot/twaalgos/product.hh>
#include <spot/twaalgos/sccinfo.hh>
#include <spot/twaalgos/hoa.hh>
#include <spot/twaalgos/dbranch.hh>
namespace spot

View file

@ -20,7 +20,6 @@
#include <sstream>
#include <iostream>
#include <spot/twacube/cube.hh>
#include <cassert>
namespace spot
{