summaryrefslogtreecommitdiff
path: root/balance.cc
diff options
context:
space:
mode:
Diffstat (limited to 'balance.cc')
-rw-r--r--balance.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/balance.cc b/balance.cc
index f36049c9..810d1934 100644
--- a/balance.cc
+++ b/balance.cc
@@ -1,8 +1,4 @@
#include "balance.h"
-#include "util.h"
-
-#include <vector>
-#include <algorithm>
namespace ledger {
@@ -322,8 +318,6 @@ balance_t::operator amount_t() const
#if 0
#ifdef USE_BOOST_PYTHON
-#include <boost/python.hpp>
-
using namespace boost::python;
using namespace ledger;