mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/opcache/zend_accelerator_hash: include cleanup
This commit is contained in:
committed by
George Peter Banyard
parent
e7434c1247
commit
623e2e9fc6
@@ -19,9 +19,7 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include "ZendAccelerator.h"
|
||||
#include "zend_accelerator_hash.h"
|
||||
#include "zend_hash.h"
|
||||
#include "zend_shared_alloc.h"
|
||||
|
||||
/* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */
|
||||
|
||||
@@ -22,7 +22,12 @@
|
||||
#ifndef ZEND_ACCELERATOR_HASH_H
|
||||
#define ZEND_ACCELERATOR_HASH_H
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_long.h"
|
||||
#include "zend_portability.h" // for BEGIN_EXTERN_C
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct _zend_string zend_string;
|
||||
|
||||
/*
|
||||
zend_accel_hash - is a hash table allocated in shared memory and
|
||||
|
||||
Reference in New Issue
Block a user