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:
Alexandre Duret-Lutz 2015-06-03 08:38:33 +02:00
parent 8de524adb0
commit aedce8101c
11 changed files with 217 additions and 296 deletions

View file

@ -66,7 +66,6 @@ exceptions.
#include <iostream>
#include "ltlparse/public.hh"
#include "ltlvisit/tostring.hh"
#include "ltlvisit/lbt.hh"
int main()
{
@ -98,7 +97,6 @@ parser. Additionally, this give you control over how to print errors.
#include <iostream>
#include "ltlparse/public.hh"
#include "ltlvisit/tostring.hh"
#include "ltlvisit/lbt.hh"
int main()
{
@ -144,7 +142,6 @@ with the "fixed" formula if you wish. Here is an example:
#include <iostream>
#include "ltlparse/public.hh"
#include "ltlvisit/tostring.hh"
#include "ltlvisit/lbt.hh"
int main()
{