summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
Diffstat (limited to 'option.cc')
-rw-r--r--option.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/option.cc b/option.cc
index 8f5775eb..3ba31e71 100644
--- a/option.cc
+++ b/option.cc
@@ -1,18 +1,10 @@
#include "option.h"
-#include "report.h"
-#include "debug.h"
-#include "error.h"
#if 0
#ifdef USE_BOOST_PYTHON
#include "py_eval.h"
#endif
#endif
-#include <iostream>
-#include <cstdarg>
-
-#include "util.h"
-
#if 0
#ifdef USE_BOOST_PYTHON
static ledger::option_t * find_option(const string& name);
@@ -225,10 +217,6 @@ void process_arguments(int argc, char ** argv, const bool anywhere,
#if 0
#ifdef USE_BOOST_PYTHON
-#include <boost/python.hpp>
-#include <boost/python/detail/api_placeholder.hpp>
-#include <boost/python/suite/indexing/map_indexing_suite.hpp>
-
using namespace boost::python;
using namespace ledger;