* src/ltlvisit/lunabbrev.hh: Fix include guard.
This commit is contained in:
parent
080214ebb8
commit
e58aae95c0
2 changed files with 7 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue