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