diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-08 19:05:06 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-08 19:05:06 -0400 |
commit | e0035021931f2b645c9d107c1be6636d3b6aa544 (patch) | |
tree | a8a3cd709e29b3133f531f16dbe208f2a19cc347 /python/py_utils.cc | |
parent | 769b4ba1d0a913b23d5bb8084c0f63cbfad4625a (diff) | |
download | ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.gz ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.bz2 ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.zip |
Moved several #includes to facilitate the use of pre-compiled headers.
Diffstat (limited to 'python/py_utils.cc')
-rw-r--r-- | python/py_utils.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/py_utils.cc b/python/py_utils.cc index d1963852..ac1ed822 100644 --- a/python/py_utils.cc +++ b/python/py_utils.cc @@ -32,10 +32,6 @@ #include "pyinterp.h" #include "pyutils.h" -#include <boost/python/module.hpp> -#include <boost/python/def.hpp> -#include <boost/python/to_python_converter.hpp> - namespace ledger { using namespace boost::python; |