File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
+----------------------------------------------------------------------+
15
15
*/
16
16
17
- #include "zend.h"
18
- #include "zend_interfaces.h"
19
- #include "zend_objects_API.h"
20
17
#include "zend_weakrefs.h"
18
+ #include "zend_API.h" // for ZEND_BEGIN_ARG_INFO_EX
19
+ #include "zend_objects.h" // for zend_object_std_init()
21
20
#include "zend_weakrefs_arginfo.h"
21
+ #include "zend_interfaces.h" // for zend_create_internal_iterator_zval()
22
22
23
23
typedef struct _zend_weakref {
24
24
zend_object * referent ;
Original file line number Diff line number Diff line change 17
17
#ifndef ZEND_WEAKREFS_H
18
18
#define ZEND_WEAKREFS_H
19
19
20
- #include "zend_alloc.h"
20
+ #include "zend_portability.h" // for BEGIN_EXTERN_C
21
+ #include "zend_types.h" // for zval
21
22
22
23
BEGIN_EXTERN_C ()
23
24
You can’t perform that action at this time.
0 commit comments