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
|
@ -20,8 +20,12 @@
|
|||
#ifndef ZEND_OBJECTS_API_H
|
||||
#define ZEND_OBJECTS_API_H
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_compile.h"
|
||||
#include "zend_portability.h" // for BEGIN_EXTERN_C
|
||||
#include "zend_gc.h" // for GC_MAY_LEAK
|
||||
#include "zend_compile.h" // for ZEND_ACC_USE_GUARDS
|
||||
#include "zend.h" // for _zend_class_entry
|
||||
|
||||
typedef struct _zend_object zend_object;
|
||||
|
||||
#define OBJ_BUCKET_INVALID (1<<0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue