summaryrefslogtreecommitdiff
path: root/python/pyinterp.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-08 19:05:06 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-08 19:05:06 -0400
commite0035021931f2b645c9d107c1be6636d3b6aa544 (patch)
treea8a3cd709e29b3133f531f16dbe208f2a19cc347 /python/pyinterp.cc
parent769b4ba1d0a913b23d5bb8084c0f63cbfad4625a (diff)
downloadledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.gz
ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.tar.bz2
ledger-e0035021931f2b645c9d107c1be6636d3b6aa544.zip
Moved several #includes to facilitate the use of pre-compiled headers.
Diffstat (limited to 'python/pyinterp.cc')
-rw-r--r--python/pyinterp.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyinterp.cc b/python/pyinterp.cc
index f2f712d9..3648cdf4 100644
--- a/python/pyinterp.cc
+++ b/python/pyinterp.cc
@@ -31,8 +31,6 @@
#include "pyinterp.h"
-#include <boost/python/module_init.hpp>
-
namespace ledger {
using namespace boost::python;