* src/ltlenv/defaultenv.hh: Do not include atomic_prop.hh here...
* src/ltlenv/defaultenv.cc: ... but here.
This commit is contained in:
parent
d17a86e87d
commit
fec4f04a2f
3 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2003-04-29 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
2003-04-29 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/ltlenv/defaultenv.hh: Do not include atomic_prop.hh here...
|
||||||
|
* src/ltlenv/defaultenv.cc: ... but here.
|
||||||
|
|
||||||
* src/ltltest/tostring.test: Simplify with set -e. Move the
|
* src/ltltest/tostring.test: Simplify with set -e. Move the
|
||||||
description of the test ...
|
description of the test ...
|
||||||
* src/ltltest/tostring.cc: ... here, where it is actually coded.
|
* src/ltltest/tostring.cc: ... here, where it is actually coded.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "ltlast/atomic_prop.hh"
|
||||||
#include "defaultenv.hh"
|
#include "defaultenv.hh"
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
# define SPOT_LTLENV_DEFAULT_ENVIRONMENT_HH
|
# define SPOT_LTLENV_DEFAULT_ENVIRONMENT_HH
|
||||||
|
|
||||||
# include "environment.hh"
|
# include "environment.hh"
|
||||||
# include "ltlast/atomic_prop.hh"
|
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue