* 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,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