* src/ltlvisit/lunabbrev.hh: Fix include guard.

This commit is contained in:
Alexandre Duret-Lutz 2003-04-17 10:03:49 +00:00
parent 080214ebb8
commit e58aae95c0
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2003-04-17 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
* src/ltlvisit/lunabbrev.hh: Fix include guard.
2003-04-16 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
* src/ltlvisit/tunabbrev.cc, src/ltlvisit/tunabbrev.hh: New files.

View file

@ -1,5 +1,5 @@
#ifndef SPOT_LTLVISIT_UNABBREV_HH
# define SPOT_LTLVISIT_UNABBREV_HH
#ifndef SPOT_LTLVISIT_LUNABBREV_HH
# define SPOT_LTLVISIT_LUNABBREV_HH
#include "ltlast/formula.hh"
#include "ltlast/visitor.hh"
@ -34,4 +34,4 @@ namespace spot
}
}
#endif // SPOT_LTLVISIT_UNABBREV_HH
#endif // SPOT_LTLVISIT_LUNABBREV_HH