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_eval.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'py_eval.h') diff --git a/py_eval.h b/py_eval.h index 93f2bda6..e024108e 100644 --- a/py_eval.h +++ b/py_eval.h @@ -2,12 +2,15 @@ #define _PY_EVAL_H #include "xpath.h" -#include "pyfstream.h" - -#include -#include #include +#include +#include +#include + +#include + +#include "pyfstream.h" using namespace boost::python; -- cgit v1.2.3