diff options
Diffstat (limited to 'balance.cc')
-rw-r--r-- | balance.cc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |