diff options
Diffstat (limited to 'value.cc')
-rw-r--r-- | value.cc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,7 +1,5 @@ #include "value.h" #include "xml.h" -#include "debug.h" -#include "error.h" namespace ledger { @@ -2313,8 +2311,6 @@ void value_context::describe(std::ostream& out) const throw() #if 0 #ifdef USE_BOOST_PYTHON -#include <boost/python.hpp> - using namespace boost::python; using namespace ledger; |