* src/tgbaalgos/isweakscc.cc: Remove useless guards.

This commit is contained in:
Alexandre Duret-Lutz 2013-03-21 10:54:04 +01:00
parent 84c9f03767
commit 5046f6d9db

View file

@ -16,9 +16,6 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef SPOT_TGBAALGOS_ISWEAKSCC_CC
# define SPOT_TGBAALGOS_ISWEAKSCC_CC
#include "cycles.hh" #include "cycles.hh"
#include "tgba/tgbaexplicit.hh" #include "tgba/tgbaexplicit.hh"
#include "ltlast/formula.hh" #include "ltlast/formula.hh"
@ -182,5 +179,3 @@ namespace spot
&& is_complete_scc(map, scc)); && is_complete_scc(map, scc));
} }
} }
#endif // SPOT_TGBAALGOS_ISWEAKSCC_CC