Remove useless forward declarations of class tgba.

* src/tgbaalgos/compsusp.hh, src/tgbaalgos/dotty.hh,
src/tgbaalgos/emptiness.hh, src/tgbaalgos/hoaf.hh,
src/tgbaalgos/neverclaim.hh, src/tgbaalgos/randomgraph.hh,
src/tgbaalgos/simulation.hh: Here.
This commit is contained in:
Alexandre Duret-Lutz 2014-08-23 13:10:24 +02:00
parent 92848f73af
commit c3c02bfb44
7 changed files with 2 additions and 12 deletions

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*- // -*- coding: utf-8 -*-
// Copyright (C) 2012, 2013 Laboratoire de Recherche et Développement // Copyright (C) 2012, 2013, 2014 Laboratoire de Recherche et
// de l'Epita (LRDE). // Développement de l'Epita (LRDE).
// //
// This file is part of Spot, a model checking library. // This file is part of Spot, a model checking library.
// //
@ -25,7 +25,6 @@
namespace spot namespace spot
{ {
class tgba;
class bdd_dict; class bdd_dict;
/// \brief Compositional translation algorithm with resetable /// \brief Compositional translation algorithm with resetable

View file

@ -29,7 +29,6 @@
namespace spot namespace spot
{ {
class tgba;
class dotty_decorator; class dotty_decorator;
/// \ingroup tgba_io /// \ingroup tgba_io

View file

@ -33,7 +33,6 @@
namespace spot namespace spot
{ {
class tgba;
struct tgba_run; struct tgba_run;
/// \addtogroup emptiness_check Emptiness-checks /// \addtogroup emptiness_check Emptiness-checks

View file

@ -26,7 +26,6 @@
namespace spot namespace spot
{ {
class tgba;
enum hoaf_alias { Hoaf_Alias_None, Hoaf_Alias_Ap, Hoaf_Alias_Cond }; enum hoaf_alias { Hoaf_Alias_None, Hoaf_Alias_Ap, Hoaf_Alias_Cond };
enum hoaf_acceptance enum hoaf_acceptance
{ {

View file

@ -29,8 +29,6 @@
namespace spot namespace spot
{ {
class tgba;
/// \ingroup tgba_io /// \ingroup tgba_io
/// \brief Print reachable states in Spin never claim format. /// \brief Print reachable states in Spin never claim format.
/// ///

View file

@ -29,8 +29,6 @@
namespace spot namespace spot
{ {
class tgba;
/// \ingroup tgba_misc /// \ingroup tgba_misc
/// \brief Construct a tgba randomly. /// \brief Construct a tgba randomly.
/// ///

View file

@ -25,8 +25,6 @@
namespace spot namespace spot
{ {
class tgba;
/// \addtogroup tgba_reduction /// \addtogroup tgba_reduction
/// @{ /// @{