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/py_utils.cc | |
parent | c59d56d596b1cbcbf871634e186ab5c92843bd83 (diff) | |
download | ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.tar.gz ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.tar.bz2 ledger-7006be5ba17ae0b73870ff8cd1d10fb1089936b1.zip |
Corrected Python build.
Diffstat (limited to 'src/py_utils.cc')
-rw-r--r-- | src/py_utils.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/py_utils.cc b/src/py_utils.cc index 09fb9740..73961d43 100644 --- a/src/py_utils.cc +++ b/src/py_utils.cc @@ -31,7 +31,6 @@ #include "pyinterp.h" #include "pyutils.h" -#include "pyfstream.h" #include <boost/python/module.hpp> #include <boost/python/def.hpp> |