diff options
Diffstat (limited to 'format.cc')
-rw-r--r-- | format.cc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,14 +1,10 @@ #include "format.h" -#include "error.h" -#include "util.h" #if 0 #ifdef USE_BOOST_PYTHON #include "py_eval.h" #endif #endif -#include <cstdlib> - namespace ledger { void format_t::parse(const string& fmt) @@ -245,8 +241,6 @@ int format_t::format(std::ostream& out, xml::node_t * context, #if 0 #ifdef USE_BOOST_PYTHON -#include <boost/python.hpp> - using namespace boost::python; using namespace ledger; |