We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7434c1 commit 623e2e9Copy full SHA for 623e2e9
ext/opcache/zend_accelerator_hash.c
@@ -19,9 +19,7 @@
19
+----------------------------------------------------------------------+
20
*/
21
22
-#include "ZendAccelerator.h"
23
#include "zend_accelerator_hash.h"
24
-#include "zend_hash.h"
25
#include "zend_shared_alloc.h"
26
27
/* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */
ext/opcache/zend_accelerator_hash.h
@@ -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
+
28
+#include <stdint.h>
29
30
+typedef struct _zend_string zend_string;
31
32
/*
33
zend_accel_hash - is a hash table allocated in shared memory and
0 commit comments