* src/ltlenv/defaultenv.hh: Do not include atomic_prop.hh here...

* src/ltlenv/defaultenv.cc: ... but here.
This commit is contained in:
Alexandre Duret-Lutz 2003-04-29 12:59:45 +00:00
parent d17a86e87d
commit fec4f04a2f
3 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
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
description of the test ...
* src/ltltest/tostring.cc: ... here, where it is actually coded.

View file

@ -1,3 +1,4 @@
#include "ltlast/atomic_prop.hh"
#include "defaultenv.hh"
namespace spot

View file

@ -2,7 +2,6 @@
# define SPOT_LTLENV_DEFAULT_ENVIRONMENT_HH
# include "environment.hh"
# include "ltlast/atomic_prop.hh"
namespace spot
{