diff --git a/ChangeLog b/ChangeLog index cf0d79a67..84a32334b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-12 Alexandre Duret-Lutz + + * wrap/python/spot.i: Adjust includes after the previous patch. + This is enough to make the python/ directory compile, but not + enough to make it pass "make check". Some major work is needed + after the changes from 2008-04-16. + 2008-06-12 Alexandre Duret-Lutz Merge all ltlast/ files into formula.hh. The forward declaration diff --git a/wrap/python/spot.i b/wrap/python/spot.i index 5e0c792fb..9084ebaf2 100644 --- a/wrap/python/spot.i +++ b/wrap/python/spot.i @@ -1,4 +1,4 @@ -// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique +// Copyright (C) 2003, 2004, 2005, 2006, 2008 Laboratoire d'Informatique // de Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), // Université Pierre et Marie Curie. // @@ -40,13 +40,6 @@ #include "misc/random.hh" #include "ltlast/formula.hh" -#include "ltlast/refformula.hh" -#include "ltlast/atomic_prop.hh" -#include "ltlast/binop.hh" -#include "ltlast/constant.hh" -#include "ltlast/multop.hh" -#include "ltlast/unop.hh" -#include "ltlast/visitor.hh" #include "ltlenv/environment.hh" #include "ltlenv/defaultenv.hh" @@ -112,13 +105,6 @@ using namespace spot; %include "misc/modgray.hh" %include "ltlast/formula.hh" -%include "ltlast/refformula.hh" -%include "ltlast/atomic_prop.hh" -%include "ltlast/binop.hh" -%include "ltlast/constant.hh" -%include "ltlast/multop.hh" -%include "ltlast/unop.hh" -%include "ltlast/visitor.hh" %include "ltlenv/environment.hh" %include "ltlenv/defaultenv.hh"