summaryrefslogtreecommitdiff
path: root/value.cc
diff options
context:
space:
mode:
Diffstat (limited to 'value.cc')
-rw-r--r--value.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/value.cc b/value.cc
index d1ce4a47..b89435d4 100644
--- a/value.cc
+++ b/value.cc
@@ -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;