From 3ba6c2572dfc58bcd963cbc8cac1cce2f5b01dba Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 30 Apr 2007 08:24:37 +0000 Subject: Changed some of the logging macro names. --- src/pyinterp.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/pyinterp.h') diff --git a/src/pyinterp.h b/src/pyinterp.h index a75ef78b..9c801a48 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -6,18 +6,14 @@ #if defined(USE_BOOST_PYTHON) #include -#include -#include -#include - #include #include "pyfstream.h" -using namespace boost::python; - namespace ledger { +using namespace boost::python; + class python_interpreter_t : public xml::xpath_t::scope_t { handle<> mmodule; -- cgit v1.2.3