* src/ltlvisit/lunabbrev.hh: Add missing include guard.

This commit is contained in:
Alexandre Duret-Lutz 2003-04-16 15:32:59 +00:00
parent 526012a795
commit fc3ceebd4f
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -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