diff options
Diffstat (limited to 'pyfstream.h')
-rw-r--r-- | pyfstream.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 <istream> -#include <ostream> -#include <streambuf> -#include <cstdio> -#include <cstring> - -#include "Python.h" - // pyofstream // - a stream that writes on a Python file object |