mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Zend/zend_float: include cleanup
This commit is contained in:
parent
b088575119
commit
f061a035e4
2 changed files with 4 additions and 2 deletions
|
@ -16,9 +16,9 @@
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "zend.h"
|
|
||||||
#include "zend_compile.h"
|
|
||||||
#include "zend_float.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) /* {{{ */
|
ZEND_API void zend_init_fpu(void) /* {{{ */
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#ifndef ZEND_FLOAT_H
|
#ifndef ZEND_FLOAT_H
|
||||||
#define ZEND_FLOAT_H
|
#define ZEND_FLOAT_H
|
||||||
|
|
||||||
|
#include "zend_portability.h" // for BEGIN_EXTERN_C
|
||||||
|
|
||||||
BEGIN_EXTERN_C()
|
BEGIN_EXTERN_C()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue