Skip to content

Commit f061a03

Browse files
MaxKellermannGirgias
authored andcommitted
Zend/zend_float: include cleanup
1 parent b088575 commit f061a03

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Zend/zend_float.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
#include "zend.h"
20-
#include "zend_compile.h"
2119
#include "zend_float.h"
20+
#include "zend_globals.h" // struct _zend_executor_globals
21+
#include "zend_globals_macros.h" // for EG()
2222

2323
ZEND_API void zend_init_fpu(void) /* {{{ */
2424
{

Zend/zend_float.h

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#ifndef ZEND_FLOAT_H
2020
#define ZEND_FLOAT_H
2121

22+
#include "zend_portability.h" // for BEGIN_EXTERN_C
23+
2224
BEGIN_EXTERN_C()
2325

2426
/*

0 commit comments

Comments
 (0)