diff options
author | Zeev Suraski <zeev@php.net> | 2001-12-05 13:46:36 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-12-05 13:46:36 +0000 |
commit | 56986a4ab852a20d88563d22c69c6e17e6a693dd (patch) | |
tree | b55999c26361ab23b5a72657deada5100dc68910 /main/php_output.h | |
parent | 8b34428167898d1445077614ddff5050118fdc02 (diff) | |
download | php-git-56986a4ab852a20d88563d22c69c6e17e6a693dd.tar.gz |
Remove redundant include
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_output.h b/main/php_output.h index 191b0322b5..0acd51d886 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -21,8 +21,6 @@ #ifndef PHP_OUTPUT_H #define PHP_OUTPUT_H -#include "php.h" - typedef void (*php_output_handler_func_t)(char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC); PHPAPI void php_output_startup(void); |