* 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,3 +1,4 @@
|
|||
#include "ltlast/atomic_prop.hh"
|
||||
#include "defaultenv.hh"
|
||||
|
||||
namespace spot
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
# define SPOT_LTLENV_DEFAULT_ENVIRONMENT_HH
|
||||
|
||||
# include "environment.hh"
|
||||
# include "ltlast/atomic_prop.hh"
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue