* src/tgba/tgbaunion.hh: Remove one useless include.

This commit is contained in:
Alexandre Duret-Lutz 2011-01-04 19:00:23 +01:00
parent 3a8e1cdce0
commit 5bc6d1d4ff
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbaunion.hh: Remove one useless include.
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* README: Mention bench/wdba/.

View file

@ -1,4 +1,4 @@
// Copyright (C) 2009 Laboratoire de Recherche et Développement
// Copyright (C) 2009, 2011 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
@ -22,7 +22,6 @@
# define SPOT_TGBA_TGBAUNION_HH
#include "tgba.hh"
#include "statebdd.hh"
namespace spot
{