mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Zend/zend_interfaces: include cleanup
This commit is contained in:
committed by
George Peter Banyard
parent
0961715cda
commit
fc1f528e5e
@@ -16,11 +16,13 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include "zend_interfaces.h"
|
||||
#include "zend.h"
|
||||
#include "zend_API.h"
|
||||
#include "zend_interfaces.h"
|
||||
#include "zend_arena.h"
|
||||
#include "zend_exceptions.h"
|
||||
#include "zend_interfaces_arginfo.h"
|
||||
#include "zend_objects.h" // for zend_object_std_init()
|
||||
|
||||
ZEND_API zend_class_entry *zend_ce_traversable;
|
||||
ZEND_API zend_class_entry *zend_ce_aggregate;
|
||||
|
||||
@@ -19,8 +19,12 @@
|
||||
#ifndef ZEND_INTERFACES_H
|
||||
#define ZEND_INTERFACES_H
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_API.h"
|
||||
#include "zend_iterators.h" // for zend_object_iterator
|
||||
#include "zend_portability.h" // for BEGIN_EXTERN_C
|
||||
|
||||
typedef struct _zend_class_entry zend_class_entry;
|
||||
typedef struct _zend_serialize_data zend_serialize_data;
|
||||
typedef struct _zend_unserialize_data zend_unserialize_data;
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user