diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:25:52 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:47 -0400 |
commit | 5eb0675fab1e36c6977fe35164668763106335ed (patch) | |
tree | b9e6e3a83ffae13aef0be19f0948d67e884ddc23 | |
parent | 4baeefcde41f6ef0d06cca3c994ad82c4471f04f (diff) | |
download | ledger-5eb0675fab1e36c6977fe35164668763106335ed.tar.gz ledger-5eb0675fab1e36c6977fe35164668763106335ed.tar.bz2 ledger-5eb0675fab1e36c6977fe35164668763106335ed.zip |
*** no comment ***
-rw-r--r-- | src/pyinterp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h index 99a737a5..1cfbd8d9 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -34,8 +34,6 @@ #include "xpath.h" -#if defined(USE_BOOST_PYTHON) - #include <boost/python.hpp> #include <Python.h> @@ -103,6 +101,4 @@ class python_interpreter_t : public xml::xpath_t::scope_t } // namespace ledger -#endif // USE_BOOST_PYTHON - #endif // _PY_EVAL_H |