* src/ltlvisit/lunabbrev.hh: Add missing include guard.
This commit is contained in:
parent
526012a795
commit
fc3ceebd4f
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2003-04-16 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
||||
|
||||
* src/ltlvisit/lunabbrev.hh: Add missing include guard.
|
||||
|
||||
* src/ltlvisit/lunabbrev.cc, src/ltlvisit/lunabbrev.hh: New files.
|
||||
* src/ltlvisit/Makefile.am (libltlvisit_a_SOURCES): Add them.
|
||||
* src/ltlast/multop.cc (multop::multop(type)): New constructor.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef SPOT_LTLVISIT_UNABBREV_HH
|
||||
# define SPOT_LTLVISIT_UNABBREV_HH
|
||||
|
||||
#include "ltlast/formula.hh"
|
||||
#include "ltlast/visitor.hh"
|
||||
|
||||
|
|
@ -28,3 +31,5 @@ namespace spot
|
|||
formula* unabbreviate_logic(const formula* f);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // SPOT_LTLVISIT_UNABBREV_HH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue