diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:24:35 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:45 -0400 |
commit | 7006be5ba17ae0b73870ff8cd1d10fb1089936b1 (patch) | |
tree | a0135f56179bf98ccbea010ad1b0e8b4a01130e7 /src/pyinterp.h | |
parent | c59d56d596b1cbcbf871634e186ab5c92843bd83 (diff) | |
download | fork-ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.tar.gz fork-ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.tar.bz2 fork-ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.zip |
Corrected Python build.
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index a421f5b9..99a737a5 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -39,8 +39,6 @@ #include <boost/python.hpp> #include <Python.h> -#include "pyfstream.h" - namespace ledger { class python_interpreter_t : public xml::xpath_t::scope_t |