Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b28d7ba8
Commit
b28d7ba8
authored
Jun 12, 2008
by
Alexandre Duret-Lutz
Browse files
adjust #includes in python/
parent
25a31142
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b28d7ba8
2008-06-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* 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 <adl@lrde.epita.fr>
Merge all ltlast/ files into formula.hh. The forward declaration
...
...
wrap/python/spot.i
View file @
b28d7ba8
// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique
// Copyright (C) 2003, 2004, 2005, 2006
, 2008
Laboratoire d'Informatique
// de Paris 6 (LIP6), dpartement Systmes Rpartis Coopratifs (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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment