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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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