mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove redundant include
This commit is contained in:
parent
8b34428167
commit
56986a4ab8
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue