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