Skip to content

Commit 623e2e9

Browse files
MaxKellermannGirgias
authored andcommitted
ext/opcache/zend_accelerator_hash: include cleanup
1 parent e7434c1 commit 623e2e9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ext/opcache/zend_accelerator_hash.c

-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
+----------------------------------------------------------------------+
2020
*/
2121

22-
#include "ZendAccelerator.h"
2322
#include "zend_accelerator_hash.h"
24-
#include "zend_hash.h"
2523
#include "zend_shared_alloc.h"
2624

2725
/* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */

ext/opcache/zend_accelerator_hash.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
#ifndef ZEND_ACCELERATOR_HASH_H
2323
#define ZEND_ACCELERATOR_HASH_H
2424

25-
#include "zend.h"
25+
#include "zend_long.h"
26+
#include "zend_portability.h" // for BEGIN_EXTERN_C
27+
28+
#include <stdint.h>
29+
30+
typedef struct _zend_string zend_string;
2631

2732
/*
2833
zend_accel_hash - is a hash table allocated in shared memory and

0 commit comments

Comments
 (0)