From: Nikita Popov Date: Tue, 30 Jun 2020 12:40:15 +0000 (+0200) Subject: Remove unnecessary ieeefp.h include X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6838ebb1a87b67a764fe592fb1d328b28eff932b;p=php Remove unnecessary ieeefp.h include This was needed when php_config.h also declare compatibility shims for isinf() and friends. These are no longer present in master, so drop this include. --- diff --git a/configure.ac b/configure.ac index 2516677328..d9e6329314 100644 --- a/configure.ac +++ b/configure.ac @@ -53,10 +53,6 @@ AH_BOTTOM([ #include #endif -#ifdef HAVE_IEEEFP_H -# include -#endif - #include #endif /* PHP_CONFIG_H */