aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/fromfp.h1
-rw-r--r--math/s_cacosh_template.c1
-rw-r--r--math/s_casin_template.c1
-rw-r--r--math/s_casinh_template.c1
-rw-r--r--math/s_ccos_template.c1
-rw-r--r--math/s_cproj_template.c1
-rw-r--r--math/s_fdim_template.c1
-rw-r--r--math/s_fmaxmag_template.c1
-rw-r--r--math/s_fminmag_template.c1
-rw-r--r--math/s_iseqsig_template.c1
-rw-r--r--math/s_ldexp_template.c1
-rw-r--r--math/s_nextdown_template.c1
-rw-r--r--math/w_log1p_template.c1
-rw-r--r--math/w_scalbln_template.c1
14 files changed, 0 insertions, 14 deletions
diff --git a/math/fromfp.h b/math/fromfp.h
index 9d102a635f..fd3d2b4c9b 100644
--- a/math/fromfp.h
+++ b/math/fromfp.h
@@ -21,7 +21,6 @@
#include <float.h>
#include <math.h>
#include <math-barriers.h>
-#include <math_private.h>
#include <stdbool.h>
#include <stdint.h>
diff --git a/math/s_cacosh_template.c b/math/s_cacosh_template.c
index c8a060d44b..281efb9c28 100644
--- a/math/s_cacosh_template.c
+++ b/math/s_cacosh_template.c
@@ -19,7 +19,6 @@
#include <complex.h>
#include <math.h>
-#include <math_private.h>
CFLOAT
diff --git a/math/s_casin_template.c b/math/s_casin_template.c
index 24eb7abce5..aab346ff2e 100644
--- a/math/s_casin_template.c
+++ b/math/s_casin_template.c
@@ -19,7 +19,6 @@
#include <complex.h>
#include <math.h>
-#include <math_private.h>
CFLOAT
diff --git a/math/s_casinh_template.c b/math/s_casinh_template.c
index 8433ce134d..b6e9212a17 100644
--- a/math/s_casinh_template.c
+++ b/math/s_casinh_template.c
@@ -19,7 +19,6 @@
#include <complex.h>
#include <math.h>
-#include <math_private.h>
CFLOAT
M_DECL_FUNC (__casinh) (CFLOAT x)
diff --git a/math/s_ccos_template.c b/math/s_ccos_template.c
index 413cd95705..ad25bc3d83 100644
--- a/math/s_ccos_template.c
+++ b/math/s_ccos_template.c
@@ -20,7 +20,6 @@
#include <complex.h>
#include <fenv.h>
#include <math.h>
-#include <math_private.h>
CFLOAT
M_DECL_FUNC (__ccos) (CFLOAT x)
diff --git a/math/s_cproj_template.c b/math/s_cproj_template.c
index 2e2e7f1861..acaa254561 100644
--- a/math/s_cproj_template.c
+++ b/math/s_cproj_template.c
@@ -19,7 +19,6 @@
#include <complex.h>
#include <math.h>
-#include <math_private.h>
CFLOAT
diff --git a/math/s_fdim_template.c b/math/s_fdim_template.c
index c8fa71f92b..e40c19f7a7 100644
--- a/math/s_fdim_template.c
+++ b/math/s_fdim_template.c
@@ -20,7 +20,6 @@
#include <errno.h>
#include <math.h>
#include <math-narrow-eval.h>
-#include <math_private.h>
FLOAT
M_DECL_FUNC (__fdim) (FLOAT x, FLOAT y)
diff --git a/math/s_fmaxmag_template.c b/math/s_fmaxmag_template.c
index 01b926701b..549976ddf5 100644
--- a/math/s_fmaxmag_template.c
+++ b/math/s_fmaxmag_template.c
@@ -17,7 +17,6 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
-#include <math_private.h>
FLOAT
M_DECL_FUNC (__fmaxmag) (FLOAT x, FLOAT y)
diff --git a/math/s_fminmag_template.c b/math/s_fminmag_template.c
index 82abf68fed..a78894e416 100644
--- a/math/s_fminmag_template.c
+++ b/math/s_fminmag_template.c
@@ -17,7 +17,6 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
-#include <math_private.h>
FLOAT
M_DECL_FUNC (__fminmag) (FLOAT x, FLOAT y)
diff --git a/math/s_iseqsig_template.c b/math/s_iseqsig_template.c
index a4d28d778d..edabb31dce 100644
--- a/math/s_iseqsig_template.c
+++ b/math/s_iseqsig_template.c
@@ -19,7 +19,6 @@
#include <errno.h>
#include <fenv.h>
#include <math.h>
-#include <math_private.h>
#include <stdbool.h>
#include <fix-fp-int-compare-invalid.h>
diff --git a/math/s_ldexp_template.c b/math/s_ldexp_template.c
index 3aa56f9f89..75372dcd58 100644
--- a/math/s_ldexp_template.c
+++ b/math/s_ldexp_template.c
@@ -15,7 +15,6 @@ static char rcsid[] = "$NetBSD: s_ldexp.c,v 1.6 1995/05/10 20:47:40 jtc Exp $";
#endif
#include <math.h>
-#include <math_private.h>
#include <errno.h>
FLOAT
diff --git a/math/s_nextdown_template.c b/math/s_nextdown_template.c
index 06e38d2713..3bc3ffbf1e 100644
--- a/math/s_nextdown_template.c
+++ b/math/s_nextdown_template.c
@@ -17,7 +17,6 @@
<http://www.gnu.org/licenses/>. */
#include <math.h>
-#include <math_private.h>
/* Return the greatest floating-point number less than X. */
FLOAT
diff --git a/math/w_log1p_template.c b/math/w_log1p_template.c
index 59f82cf5ee..123537b0c0 100644
--- a/math/w_log1p_template.c
+++ b/math/w_log1p_template.c
@@ -18,7 +18,6 @@
#include <errno.h>
#include <math.h>
-#include <math_private.h>
FLOAT
M_DECL_FUNC (__w_log1p) (FLOAT x)
diff --git a/math/w_scalbln_template.c b/math/w_scalbln_template.c
index 71aa02a3d2..9c37b82a8e 100644
--- a/math/w_scalbln_template.c
+++ b/math/w_scalbln_template.c
@@ -18,7 +18,6 @@
#include <errno.h>
#include <math.h>
-#include <math_private.h>
FLOAT
M_DECL_FUNC (__w_scalbln) (FLOAT x, long int n)