From f061a035e44d3f6bbc71774f2101525d74fbf16f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Jan 2023 21:34:55 +0100 Subject: [PATCH] Zend/zend_float: include cleanup --- Zend/zend_float.c | 4 ++-- Zend/zend_float.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Zend/zend_float.c b/Zend/zend_float.c index 90af0c4a5f9..ca2ed83282d 100644 --- a/Zend/zend_float.c +++ b/Zend/zend_float.c @@ -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) /* {{{ */ { diff --git a/Zend/zend_float.h b/Zend/zend_float.h index c8e91122a35..d4d67592a5f 100644 --- a/Zend/zend_float.h +++ b/Zend/zend_float.h @@ -19,6 +19,8 @@ #ifndef ZEND_FLOAT_H #define ZEND_FLOAT_H +#include "zend_portability.h" // for BEGIN_EXTERN_C + BEGIN_EXTERN_C() /*