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. --- pyfstream.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pyfstream.h') diff --git a/pyfstream.h b/pyfstream.h index c41940f5..27e5166b 100644 --- a/pyfstream.h +++ b/pyfstream.h @@ -1,14 +1,6 @@ #ifndef _PYFSTREAM_H #define _PYFSTREAM_H -#include -#include -#include -#include -#include - -#include "Python.h" - // pyofstream // - a stream that writes on a Python file object -- cgit v1.2.3