ext/opcache/zend_accelerator_hash: include cleanup

This commit is contained in:
Max Kellermann 2023-01-05 09:24:24 +01:00 committed by George Peter Banyard
parent e7434c1247
commit 623e2e9fc6
2 changed files with 6 additions and 3 deletions

View file

@ -19,9 +19,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
#include "ZendAccelerator.h"
#include "zend_accelerator_hash.h" #include "zend_accelerator_hash.h"
#include "zend_hash.h"
#include "zend_shared_alloc.h" #include "zend_shared_alloc.h"
/* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */ /* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */

View file

@ -22,7 +22,12 @@
#ifndef ZEND_ACCELERATOR_HASH_H #ifndef ZEND_ACCELERATOR_HASH_H
#define 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 zend_accel_hash - is a hash table allocated in shared memory and