diff options
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 64a7d646bb..29f624dc58 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -27,10 +27,6 @@ # include <stdarg.h> #endif -#ifdef __cplusplus -#include <iostream.h> -#endif - #include "zend_llist.h" #define DEBUG_ZEND 0 @@ -176,9 +172,6 @@ typedef struct _zend_file_handle { union { int fd; FILE *fp; -#ifdef __cplusplus - istream *is; -#endif } handle; zend_bool free_filename; } zend_file_handle; |