ltlvisit: merge lbt.hh into tostring.hh
Fixes #86. * src/ltlvisit/lbt.hh, src/ltlvisit/lbt.cc: Delete and move contents into... * src/ltlvisit/tostring.hh, src/ltlvisit/tostring.cc: ... these. * doc/org/tut01.org, src/bin/common_output.cc, src/bin/common_trans.cc, src/bin/ltlcross.cc, src/ltlvisit/Makefile.am, src/twaalgos/lbtt.cc, wrap/python/spot_impl.i: Adjust.
This commit is contained in:
parent
8de524adb0
commit
aedce8101c
11 changed files with 217 additions and 296 deletions
|
|
@ -104,7 +104,6 @@ namespace std {
|
|||
#include "ltlvisit/simplify.hh"
|
||||
#include "ltlvisit/tostring.hh"
|
||||
#include "ltlvisit/tunabbrev.hh"
|
||||
#include "ltlvisit/lbt.hh"
|
||||
#include "ltlvisit/randomltl.hh"
|
||||
#include "ltlvisit/length.hh"
|
||||
#include "ltlvisit/remove_x.hh"
|
||||
|
|
@ -247,7 +246,6 @@ using namespace spot;
|
|||
%include "ltlvisit/simplify.hh"
|
||||
%include "ltlvisit/tostring.hh"
|
||||
%include "ltlvisit/tunabbrev.hh"
|
||||
%include "ltlvisit/lbt.hh"
|
||||
%include "ltlvisit/randomltl.hh"
|
||||
%include "ltlvisit/length.hh"
|
||||
%include "ltlvisit/remove_x.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue