Zend/zend_float: include cleanup

This commit is contained in:
Max Kellermann 2023-01-04 21:34:55 +01:00 committed by George Peter Banyard
parent b088575119
commit f061a035e4
2 changed files with 4 additions and 2 deletions

View file

@ -16,9 +16,9 @@
+----------------------------------------------------------------------+
*/
#include "zend.h"
#include "zend_compile.h"
#include "zend_float.h"
#include "zend_globals.h" // struct _zend_executor_globals
#include "zend_globals_macros.h" // for EG()
ZEND_API void zend_init_fpu(void) /* {{{ */
{

View file

@ -19,6 +19,8 @@
#ifndef ZEND_FLOAT_H
#define ZEND_FLOAT_H
#include "zend_portability.h" // for BEGIN_EXTERN_C
BEGIN_EXTERN_C()
/*