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. --- format.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'format.cc') diff --git a/format.cc b/format.cc index 101d8126..78734d72 100644 --- a/format.cc +++ b/format.cc @@ -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 - 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 - using namespace boost::python; using namespace ledger; -- cgit v1.2.3