mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Zend/zend_objects: include cleanup
This commit is contained in:
parent
e883ba93c4
commit
f15747c26b
4 changed files with 20 additions and 11 deletions
|
@ -18,11 +18,12 @@
|
|||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include "zend_objects_API.h"
|
||||
#include "zend_objects.h" // for zend_objects_destroy_object()
|
||||
#include "zend.h"
|
||||
#include "zend_globals.h"
|
||||
#include "zend_variables.h"
|
||||
#include "zend_API.h"
|
||||
#include "zend_objects_API.h"
|
||||
#include "zend_fibers.h"
|
||||
|
||||
ZEND_API void ZEND_FASTCALL zend_objects_store_init(zend_objects_store *objects, uint32_t init_size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue