mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/opcache/zend_accelerator_hash: include cleanup
This commit is contained in:
parent
e7434c1247
commit
623e2e9fc6
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue