From 9039e728b2015b54dc87da52f450c27683303392 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 21:22:24 +0000 Subject: All system headers (except Boost) now included through system.hh; also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. --- option.cc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'option.cc') 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 -#include - -#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 -#include -#include - using namespace boost::python; using namespace ledger; -- cgit v1.2.3