diff --git a/ChangeLog b/ChangeLog index 4082a7342..783ae5d48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-04 Alexandre Duret-Lutz + + * src/tgba/tgbaunion.hh: Remove one useless include. + 2011-01-04 Alexandre Duret-Lutz * README: Mention bench/wdba/. diff --git a/src/tgba/tgbaunion.hh b/src/tgba/tgbaunion.hh index 182be8567..803727883 100644 --- a/src/tgba/tgbaunion.hh +++ b/src/tgba/tgbaunion.hh @@ -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 {