mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
no need for double #include of same header file
This commit is contained in:
parent
215c3275de
commit
03c09f200c
@ -29,12 +29,11 @@
|
||||
|
||||
#include "php_ini.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "safe_mode.h"
|
||||
#include "Zend/zend_API.h"
|
||||
#include "Zend/zend_hash.h"
|
||||
#include "safe_mode.h"
|
||||
#include "Zend/zend_default_classes.h"
|
||||
#include "Zend/zend_object_handlers.h"
|
||||
#include "Zend/zend_hash.h"
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(tidy)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user