diff options
Diffstat (limited to 'report.cc')
-rw-r--r-- | report.cc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,6 +1,4 @@ #include "report.h" -#include "transform.h" -#include "util.h" namespace ledger { @@ -193,8 +191,6 @@ xml::xpath_t::op_t * report_t::lookup(const string& name) #if 0 #ifdef USE_BOOST_PYTHON -#include <boost/python.hpp> - using namespace boost::python; using namespace ledger; |