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. --- py_amount.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'py_amount.cc') diff --git a/py_amount.cc b/py_amount.cc index 535055fb..6b13c9af 100644 --- a/py_amount.cc +++ b/py_amount.cc @@ -1,6 +1,4 @@ -#include -#include - +#include "py_eval.h" #include "amount.h" using namespace boost::python; -- cgit v1.2.3