From 9277c064373074aebbf1b6617c006f5985ec7938 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 8 Oct 2011 05:16:04 -0400 Subject: [PATCH] Use private math_private.h in files in math/ --- ChangeLog | 128 ++++++++++++++++++++++++++++++++++++++++++ math/e_exp10.c | 2 +- math/e_exp10f.c | 2 +- math/e_exp10l.c | 2 +- math/e_exp2l.c | 2 +- math/e_j0l.c | 2 +- math/e_j1l.c | 2 +- math/e_jnl.c | 2 +- math/e_lgammal_r.c | 2 +- math/e_rem_pio2l.c | 2 +- math/e_scalb.c | 2 +- math/e_scalbf.c | 2 +- math/e_scalbl.c | 2 +- math/k_cosl.c | 2 +- math/k_sinl.c | 2 +- math/k_tanl.c | 2 +- math/s_cacoshf.c | 2 +- math/s_catan.c | 2 +- math/s_catanf.c | 2 +- math/s_catanh.c | 2 +- math/s_catanhf.c | 2 +- math/s_catanhl.c | 2 +- math/s_catanl.c | 2 +- math/s_ccosh.c | 2 +- math/s_ccoshf.c | 2 +- math/s_ccoshl.c | 2 +- math/s_cexp.c | 2 +- math/s_cexpf.c | 2 +- math/s_cexpl.c | 2 +- math/s_clog.c | 2 +- math/s_clog10.c | 2 +- math/s_clog10f.c | 2 +- math/s_clog10l.c | 2 +- math/s_clogf.c | 2 +- math/s_clogl.c | 2 +- math/s_csin.c | 2 +- math/s_csinf.c | 2 +- math/s_csinh.c | 2 +- math/s_csinhf.c | 2 +- math/s_csinhl.c | 2 +- math/s_csinl.c | 2 +- math/s_csqrt.c | 2 +- math/s_csqrtf.c | 2 +- math/s_csqrtl.c | 2 +- math/s_ctan.c | 2 +- math/s_ctanf.c | 2 +- math/s_ctanh.c | 2 +- math/s_ctanhf.c | 2 +- math/s_ctanhl.c | 2 +- math/s_ctanl.c | 2 +- math/s_ldexp.c | 2 +- math/s_ldexpf.c | 2 +- math/s_ldexpl.c | 2 +- math/s_significand.c | 2 +- math/s_significandf.c | 2 +- math/s_significandl.c | 2 +- math/w_acos.c | 2 +- math/w_acosf.c | 2 +- math/w_acosh.c | 2 +- math/w_acoshf.c | 2 +- math/w_acoshl.c | 2 +- math/w_acosl.c | 2 +- math/w_asin.c | 2 +- math/w_asinf.c | 2 +- math/w_asinl.c | 2 +- math/w_atan2.c | 2 +- math/w_atan2f.c | 2 +- math/w_atan2l.c | 2 +- math/w_atanh.c | 2 +- math/w_atanhf.c | 2 +- math/w_atanhl.c | 2 +- math/w_cosh.c | 2 +- math/w_coshf.c | 2 +- math/w_coshl.c | 2 +- math/w_dremf.c | 2 +- math/w_exp10.c | 2 +- math/w_exp10f.c | 2 +- math/w_exp10l.c | 2 +- math/w_exp2.c | 2 +- math/w_exp2f.c | 2 +- math/w_exp2l.c | 2 +- math/w_fmod.c | 2 +- math/w_fmodf.c | 2 +- math/w_fmodl.c | 2 +- math/w_hypot.c | 2 +- math/w_hypotf.c | 2 +- math/w_hypotl.c | 2 +- math/w_j0.c | 2 +- math/w_j0f.c | 2 +- math/w_j0l.c | 2 +- math/w_j1.c | 2 +- math/w_j1f.c | 2 +- math/w_j1l.c | 2 +- math/w_jn.c | 2 +- math/w_jnf.c | 2 +- math/w_jnl.c | 2 +- math/w_lgamma.c | 2 +- math/w_lgamma_r.c | 2 +- math/w_lgammaf.c | 2 +- math/w_lgammaf_r.c | 2 +- math/w_lgammal.c | 2 +- math/w_lgammal_r.c | 2 +- math/w_log.c | 2 +- math/w_log10.c | 2 +- math/w_log10f.c | 2 +- math/w_log10l.c | 2 +- math/w_log2.c | 2 +- math/w_log2f.c | 2 +- math/w_log2l.c | 2 +- math/w_logf.c | 2 +- math/w_logl.c | 2 +- math/w_pow.c | 2 +- math/w_powf.c | 2 +- math/w_powl.c | 2 +- math/w_remainder.c | 2 +- math/w_remainderf.c | 2 +- math/w_remainderl.c | 2 +- math/w_scalb.c | 2 +- math/w_scalbf.c | 2 +- math/w_scalbl.c | 2 +- math/w_sinh.c | 2 +- math/w_sinhf.c | 2 +- math/w_sinhl.c | 2 +- math/w_sqrt.c | 2 +- math/w_sqrtf.c | 2 +- math/w_sqrtl.c | 2 +- math/w_tgamma.c | 2 +- math/w_tgammaf.c | 2 +- math/w_tgammal.c | 2 +- 129 files changed, 256 insertions(+), 128 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22fa9511eb2..6f6082e651a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,133 @@ 2011-10-08 Ulrich Drepper + * math/e_exp10.c: Include math_private.h using <...> not "...". + * math/e_exp10f.c: Likewise. + * math/e_exp10l.c: Likewise. + * math/e_exp2l.c: Likewise. + * math/e_j0l.c: Likewise. + * math/e_j1l.c: Likewise. + * math/e_jnl.c: Likewise. + * math/e_lgammal_r.c: Likewise. + * math/e_rem_pio2l.c: Likewise. + * math/e_scalb.c: Likewise. + * math/e_scalbf.c: Likewise. + * math/e_scalbl.c: Likewise. + * math/k_cosl.c: Likewise. + * math/k_sinl.c: Likewise. + * math/k_tanl.c: Likewise. + * math/s_cacoshf.c: Likewise. + * math/s_catan.c: Likewise. + * math/s_catanf.c: Likewise. + * math/s_catanh.c: Likewise. + * math/s_catanhf.c: Likewise. + * math/s_catanhl.c: Likewise. + * math/s_catanl.c: Likewise. + * math/s_ccosh.c: Likewise. + * math/s_ccoshf.c: Likewise. + * math/s_ccoshl.c: Likewise. + * math/s_cexp.c: Likewise. + * math/s_cexpf.c: Likewise. + * math/s_cexpl.c: Likewise. + * math/s_clog.c: Likewise. + * math/s_clog10.c: Likewise. + * math/s_clog10f.c: Likewise. + * math/s_clog10l.c: Likewise. + * math/s_clogf.c: Likewise. + * math/s_clogl.c: Likewise. + * math/s_csin.c: Likewise. + * math/s_csinf.c: Likewise. + * math/s_csinh.c: Likewise. + * math/s_csinhf.c: Likewise. + * math/s_csinhl.c: Likewise. + * math/s_csinl.c: Likewise. + * math/s_csqrt.c: Likewise. + * math/s_csqrtf.c: Likewise. + * math/s_csqrtl.c: Likewise. + * math/s_ctan.c: Likewise. + * math/s_ctanf.c: Likewise. + * math/s_ctanh.c: Likewise. + * math/s_ctanhf.c: Likewise. + * math/s_ctanhl.c: Likewise. + * math/s_ctanl.c: Likewise. + * math/s_ldexp.c: Likewise. + * math/s_ldexpf.c: Likewise. + * math/s_ldexpl.c: Likewise. + * math/s_significand.c: Likewise. + * math/s_significandf.c: Likewise. + * math/s_significandl.c: Likewise. + * math/w_acos.c: Likewise. + * math/w_acosf.c: Likewise. + * math/w_acosh.c: Likewise. + * math/w_acoshf.c: Likewise. + * math/w_acoshl.c: Likewise. + * math/w_acosl.c: Likewise. + * math/w_asin.c: Likewise. + * math/w_asinf.c: Likewise. + * math/w_asinl.c: Likewise. + * math/w_atan2.c: Likewise. + * math/w_atan2f.c: Likewise. + * math/w_atan2l.c: Likewise. + * math/w_atanh.c: Likewise. + * math/w_atanhf.c: Likewise. + * math/w_atanhl.c: Likewise. + * math/w_cosh.c: Likewise. + * math/w_coshf.c: Likewise. + * math/w_coshl.c: Likewise. + * math/w_dremf.c: Likewise. + * math/w_exp10.c: Likewise. + * math/w_exp10f.c: Likewise. + * math/w_exp10l.c: Likewise. + * math/w_exp2.c: Likewise. + * math/w_exp2f.c: Likewise. + * math/w_fmod.c: Likewise. + * math/w_fmodf.c: Likewise. + * math/w_fmodl.c: Likewise. + * math/w_hypot.c: Likewise. + * math/w_hypotf.c: Likewise. + * math/w_hypotl.c: Likewise. + * math/w_j0.c: Likewise. + * math/w_j0f.c: Likewise. + * math/w_j0l.c: Likewise. + * math/w_j1.c: Likewise. + * math/w_j1f.c: Likewise. + * math/w_j1l.c: Likewise. + * math/w_jn.c: Likewise. + * math/w_jnf.c: Likewise. + * math/w_jnl.c: Likewise. + * math/w_lgamma.c: Likewise. + * math/w_lgamma_r.c: Likewise. + * math/w_lgammaf.c: Likewise. + * math/w_lgammaf_r.c: Likewise. + * math/w_lgammal.c: Likewise. + * math/w_lgammal_r.c: Likewise. + * math/w_log.c: Likewise. + * math/w_log10.c: Likewise. + * math/w_log10f.c: Likewise. + * math/w_log10l.c: Likewise. + * math/w_log2.c: Likewise. + * math/w_log2f.c: Likewise. + * math/w_log2l.c: Likewise. + * math/w_logf.c: Likewise. + * math/w_logl.c: Likewise. + * math/w_pow.c: Likewise. + * math/w_powf.c: Likewise. + * math/w_powl.c: Likewise. + * math/w_remainder.c: Likewise. + * math/w_remainderf.c: Likewise. + * math/w_remainderl.c: Likewise. + * math/w_scalb.c: Likewise. + * math/w_scalbf.c: Likewise. + * math/w_scalbl.c: Likewise. + * math/w_sinh.c: Likewise. + * math/w_sinhf.c: Likewise. + * math/w_sinhl.c: Likewise. + * math/w_sqrt.c: Likewise. + * math/w_sqrtf.c: Likewise. + * math/w_sqrtl.c: Likewise. + * math/w_tgamma.c: Likewise. + * math/w_tgammaf.c: Likewise. + * math/w_tgammal.c: Likewise. + * po/ja.po: Update from translation team. 2011-09-29 Andreas Jaeger diff --git a/math/e_exp10.c b/math/e_exp10.c index a3eccbb9e61..231ceb2c243 100644 --- a/math/e_exp10.c +++ b/math/e_exp10.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include -#include "math_private.h" +#include double diff --git a/math/e_exp10f.c b/math/e_exp10f.c index 7d06d074b85..642ed838bd6 100644 --- a/math/e_exp10f.c +++ b/math/e_exp10f.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include -#include "math_private.h" +#include float diff --git a/math/e_exp10l.c b/math/e_exp10l.c index 56f0cfec2f2..cbc1897e4c6 100644 --- a/math/e_exp10l.c +++ b/math/e_exp10l.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include -#include "math_private.h" +#include long double diff --git a/math/e_exp2l.c b/math/e_exp2l.c index 7e598d8d2da..d6d01550e24 100644 --- a/math/e_exp2l.c +++ b/math/e_exp2l.c @@ -1,5 +1,5 @@ #include -#include "math_private.h" +#include long double __ieee754_exp2l (long double x) diff --git a/math/e_j0l.c b/math/e_j0l.c index 1bf0a1de732..7a167c277cf 100644 --- a/math/e_j0l.c +++ b/math/e_j0l.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include long double __ieee754_j0l (long double x) diff --git a/math/e_j1l.c b/math/e_j1l.c index 656abeba575..625e886851a 100644 --- a/math/e_j1l.c +++ b/math/e_j1l.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include long double __ieee754_j1l (long double x) diff --git a/math/e_jnl.c b/math/e_jnl.c index 1bfc0695a5d..a04c9fe51eb 100644 --- a/math/e_jnl.c +++ b/math/e_jnl.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include long double __ieee754_jnl (int n, long double x) diff --git a/math/e_lgammal_r.c b/math/e_lgammal_r.c index 1784b2663fb..f46f7073a5b 100644 --- a/math/e_lgammal_r.c +++ b/math/e_lgammal_r.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include long double __ieee754_lgammal_r (long double x, int *signgamp) diff --git a/math/e_rem_pio2l.c b/math/e_rem_pio2l.c index 617215516ba..7fa515df24f 100644 --- a/math/e_rem_pio2l.c +++ b/math/e_rem_pio2l.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include int __ieee754_rem_pio2l (long double x, long double *y) diff --git a/math/e_scalb.c b/math/e_scalb.c index 606af537245..f2c207ac8b8 100644 --- a/math/e_scalb.c +++ b/math/e_scalb.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $"; #include #include -#include "math_private.h" +#include #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/e_scalbf.c b/math/e_scalbf.c index 95a72eb56de..3caa535b12c 100644 --- a/math/e_scalbf.c +++ b/math/e_scalbf.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $"; #include #include -#include "math_private.h" +#include #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/e_scalbl.c b/math/e_scalbl.c index 1f5677d9f4f..ad3595c0c5e 100644 --- a/math/e_scalbl.c +++ b/math/e_scalbl.c @@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $"; #include #include -#include "math_private.h" +#include #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/k_cosl.c b/math/k_cosl.c index 29b83d62739..bf3708b157e 100644 --- a/math/k_cosl.c +++ b/math/k_cosl.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include long double __kernel_cosl (long double x, long double y) diff --git a/math/k_sinl.c b/math/k_sinl.c index ea1d71f61b2..e95c71c4c11 100644 --- a/math/k_sinl.c +++ b/math/k_sinl.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include long double __kernel_sinl (long double x, long double y, int iy) diff --git a/math/k_tanl.c b/math/k_tanl.c index 9993c6b9981..891d3ab407f 100644 --- a/math/k_tanl.c +++ b/math/k_tanl.c @@ -1,7 +1,7 @@ #include #include #include -#include "math_private.h" +#include long double __kernel_tanl (long double x, long double y, int iy) diff --git a/math/s_cacoshf.c b/math/s_cacoshf.c index a062ffc6f6e..0d6bd75dd7a 100644 --- a/math/s_cacoshf.c +++ b/math/s_cacoshf.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ float __cacoshf (__complex__ float x) diff --git a/math/s_catan.c b/math/s_catan.c index 1d0673ad6a3..59c0a3af6b3 100644 --- a/math/s_catan.c +++ b/math/s_catan.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_catanf.c b/math/s_catanf.c index 25eec2b1b5a..0aefb6ef39c 100644 --- a/math/s_catanf.c +++ b/math/s_catanf.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_catanh.c b/math/s_catanh.c index e15c073f968..0b31b277083 100644 --- a/math/s_catanh.c +++ b/math/s_catanh.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_catanhf.c b/math/s_catanhf.c index d2422e61111..7424bda9b98 100644 --- a/math/s_catanhf.c +++ b/math/s_catanhf.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_catanhl.c b/math/s_catanhl.c index c3fb0ce5ff6..9e67b8789cc 100644 --- a/math/s_catanhl.c +++ b/math/s_catanhl.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_catanl.c b/math/s_catanl.c index 6cb45e5beef..b4ae321710d 100644 --- a/math/s_catanl.c +++ b/math/s_catanl.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_ccosh.c b/math/s_ccosh.c index f5b29db24ba..83aa025d420 100644 --- a/math/s_ccosh.c +++ b/math/s_ccosh.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_ccoshf.c b/math/s_ccoshf.c index f400d34f0be..b9b2f3346f3 100644 --- a/math/s_ccoshf.c +++ b/math/s_ccoshf.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_ccoshl.c b/math/s_ccoshl.c index 61ffb49ca09..1913bb6ee47 100644 --- a/math/s_ccoshl.c +++ b/math/s_ccoshl.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_cexp.c b/math/s_cexp.c index 5a299b7687d..de122e07f82 100644 --- a/math/s_cexp.c +++ b/math/s_cexp.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_cexpf.c b/math/s_cexpf.c index 7b68fc365c9..70e4a02588b 100644 --- a/math/s_cexpf.c +++ b/math/s_cexpf.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_cexpl.c b/math/s_cexpl.c index cf6bc974a9f..1c585f8d0a6 100644 --- a/math/s_cexpl.c +++ b/math/s_cexpl.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_clog.c b/math/s_clog.c index f796024b47f..5e7b8fbdab1 100644 --- a/math/s_clog.c +++ b/math/s_clog.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_clog10.c b/math/s_clog10.c index 62c2ca724a0..a98de1942ea 100644 --- a/math/s_clog10.c +++ b/math/s_clog10.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_clog10f.c b/math/s_clog10f.c index eed81f368cc..ce689e74266 100644 --- a/math/s_clog10f.c +++ b/math/s_clog10f.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_clog10l.c b/math/s_clog10l.c index f901543d05b..5ea72fdf32b 100644 --- a/math/s_clog10l.c +++ b/math/s_clog10l.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_clogf.c b/math/s_clogf.c index 21e3b57b7f6..b9e918968b5 100644 --- a/math/s_clogf.c +++ b/math/s_clogf.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_clogl.c b/math/s_clogl.c index 43118f768cd..51ad03b34ab 100644 --- a/math/s_clogl.c +++ b/math/s_clogl.c @@ -21,7 +21,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_csin.c b/math/s_csin.c index eb380e2c3f7..0d4441ca2bc 100644 --- a/math/s_csin.c +++ b/math/s_csin.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_csinf.c b/math/s_csinf.c index 8004743bd32..61786ba6c85 100644 --- a/math/s_csinf.c +++ b/math/s_csinf.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_csinh.c b/math/s_csinh.c index f0e0cc61f17..138d80505e0 100644 --- a/math/s_csinh.c +++ b/math/s_csinh.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_csinhf.c b/math/s_csinhf.c index e4bb7042682..34405165294 100644 --- a/math/s_csinhf.c +++ b/math/s_csinhf.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_csinhl.c b/math/s_csinhl.c index 226075634df..db1b47b3017 100644 --- a/math/s_csinhl.c +++ b/math/s_csinhl.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_csinl.c b/math/s_csinl.c index f7a1c43600b..5e477eb7f97 100644 --- a/math/s_csinl.c +++ b/math/s_csinl.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_csqrt.c b/math/s_csqrt.c index 04ed410a16f..0ceb461b09d 100644 --- a/math/s_csqrt.c +++ b/math/s_csqrt.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_csqrtf.c b/math/s_csqrtf.c index 2fba69ce1b6..1cf3b79c31d 100644 --- a/math/s_csqrtf.c +++ b/math/s_csqrtf.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_csqrtl.c b/math/s_csqrtl.c index 9d00946c51d..32d6f364a0e 100644 --- a/math/s_csqrtl.c +++ b/math/s_csqrtl.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_ctan.c b/math/s_ctan.c index 0464ab86d59..4cadad1dacb 100644 --- a/math/s_ctan.c +++ b/math/s_ctan.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_ctanf.c b/math/s_ctanf.c index 58d9d132987..7fa16200c5f 100644 --- a/math/s_ctanf.c +++ b/math/s_ctanf.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_ctanh.c b/math/s_ctanh.c index fe38dae291d..60a52dbdb7a 100644 --- a/math/s_ctanh.c +++ b/math/s_ctanh.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double diff --git a/math/s_ctanhf.c b/math/s_ctanhf.c index c331dbaabbd..1d62afc27bf 100644 --- a/math/s_ctanhf.c +++ b/math/s_ctanhf.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ float diff --git a/math/s_ctanhl.c b/math/s_ctanhl.c index 77ca8f87176..99df2b06cd6 100644 --- a/math/s_ctanhl.c +++ b/math/s_ctanhl.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_ctanl.c b/math/s_ctanl.c index 89379a5ff9a..4a95c1df069 100644 --- a/math/s_ctanl.c +++ b/math/s_ctanl.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ long double diff --git a/math/s_ldexp.c b/math/s_ldexp.c index 62e123cd01a..e99021776f5 100644 --- a/math/s_ldexp.c +++ b/math/s_ldexp.c @@ -15,7 +15,7 @@ static char rcsid[] = "$NetBSD: s_ldexp.c,v 1.6 1995/05/10 20:47:40 jtc Exp $"; #endif #include -#include "math_private.h" +#include #include #ifdef __STDC__ diff --git a/math/s_ldexpf.c b/math/s_ldexpf.c index 1ea5e09f8fd..f312bfe5ff3 100644 --- a/math/s_ldexpf.c +++ b/math/s_ldexpf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_ldexpf.c,v 1.3 1995/05/10 20:47:42 jtc Exp $"; #endif #include -#include "math_private.h" +#include #include #ifdef __STDC__ diff --git a/math/s_ldexpl.c b/math/s_ldexpl.c index df8b29f94d6..6a9ea46550b 100644 --- a/math/s_ldexpl.c +++ b/math/s_ldexpl.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: $"; #endif #include -#include "math_private.h" +#include #include #ifdef __STDC__ diff --git a/math/s_significand.c b/math/s_significand.c index 4a02dbcba1f..197bc9c6e3f 100644 --- a/math/s_significand.c +++ b/math/s_significand.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Ex */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __significand(double x) diff --git a/math/s_significandf.c b/math/s_significandf.c index 69de1e6b0ef..7cbb961ea1d 100644 --- a/math/s_significandf.c +++ b/math/s_significandf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc E #endif #include -#include "math_private.h" +#include #ifdef __STDC__ float __significandf(float x) diff --git a/math/s_significandl.c b/math/s_significandl.c index 238b79ae55c..fab5b9fc8d5 100644 --- a/math/s_significandl.c +++ b/math/s_significandl.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __significandl(long double x) diff --git a/math/w_acos.c b/math/w_acos.c index f4e6e3c9109..0bf5a809422 100644 --- a/math/w_acos.c +++ b/math/w_acos.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acos.c,v 1.6 1995/05/10 20:48:26 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_acosf.c b/math/w_acosf.c index a8998efb840..37d22afea8c 100644 --- a/math/w_acosf.c +++ b/math/w_acosf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_acosf.c,v 1.3 1995/05/10 20:48:29 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_acosh.c b/math/w_acosh.c index e8322ec6673..18ea8cc1b7a 100644 --- a/math/w_acosh.c +++ b/math/w_acosh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acosh.c,v 1.6 1995/05/10 20:48:31 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __acosh(double x) /* wrapper acosh */ diff --git a/math/w_acoshf.c b/math/w_acoshf.c index 62f94b80e7a..d7d6d4eb410 100644 --- a/math/w_acoshf.c +++ b/math/w_acoshf.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ float __acoshf(float x) /* wrapper acoshf */ diff --git a/math/w_acoshl.c b/math/w_acoshl.c index ae67911ae5a..3c77321dc24 100644 --- a/math/w_acoshl.c +++ b/math/w_acoshl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __acoshl(long double x) /* wrapper acosh */ diff --git a/math/w_acosl.c b/math/w_acosl.c index 9ab4de899fb..a16c55b97af 100644 --- a/math/w_acosl.c +++ b/math/w_acosl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_asin.c b/math/w_asin.c index d531fbd26a2..b7fccdea7e3 100644 --- a/math/w_asin.c +++ b/math/w_asin.c @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_asin.c,v 1.6 1995/05/10 20:48:35 jtc Exp $"; #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_asinf.c b/math/w_asinf.c index b19b5c54e3d..f2c0b22e4a2 100644 --- a/math/w_asinf.c +++ b/math/w_asinf.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_asinf.c,v 1.3 1995/05/10 20:48:37 jtc Exp $"; #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_asinl.c b/math/w_asinl.c index fb5ee35fc07..9a316b77cde 100644 --- a/math/w_asinl.c +++ b/math/w_asinl.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: $"; #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_atan2.c b/math/w_atan2.c index f0a10d4102e..4fcaba920b8 100644 --- a/math/w_atan2.c +++ b/math/w_atan2.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_atan2f.c b/math/w_atan2f.c index efb08f076bf..2a1ca9cf95a 100644 --- a/math/w_atan2f.c +++ b/math/w_atan2f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atan2f.c,v 1.3 1995/05/10 20:48:42 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_atan2l.c b/math/w_atan2l.c index 9672e9615fd..85d6f5dd7d5 100644 --- a/math/w_atan2l.c +++ b/math/w_atan2l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_atanh.c b/math/w_atanh.c index b81f65c311f..a2dab67a75e 100644 --- a/math/w_atanh.c +++ b/math/w_atanh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atanh.c,v 1.6 1995/05/10 20:48:43 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_atanhf.c b/math/w_atanhf.c index 52a144c05ac..41dd2ac33bc 100644 --- a/math/w_atanhf.c +++ b/math/w_atanhf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atanhf.c,v 1.3 1995/05/10 20:48:45 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_atanhl.c b/math/w_atanhl.c index 5ce53b847d7..c61229c3451 100644 --- a/math/w_atanhl.c +++ b/math/w_atanhl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_cosh.c b/math/w_cosh.c index 033a0340591..0e27a2da1cc 100644 --- a/math/w_cosh.c +++ b/math/w_cosh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_cosh.c,v 1.6 1995/05/10 20:48:47 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __cosh(double x) /* wrapper cosh */ diff --git a/math/w_coshf.c b/math/w_coshf.c index 8e24ca9adc6..5e3477fdb78 100644 --- a/math/w_coshf.c +++ b/math/w_coshf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_coshf.c,v 1.3 1995/05/10 20:48:49 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ float __coshf(float x) /* wrapper coshf */ diff --git a/math/w_coshl.c b/math/w_coshl.c index 52b8d935229..ecba9210721 100644 --- a/math/w_coshl.c +++ b/math/w_coshl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __coshl(long double x) /* wrapper coshl */ diff --git a/math/w_dremf.c b/math/w_dremf.c index c3d391d6340..4ec4baffd4c 100644 --- a/math/w_dremf.c +++ b/math/w_dremf.c @@ -6,7 +6,7 @@ */ #include -#include "math_private.h" +#include float __dremf(x, y) diff --git a/math/w_exp10.c b/math/w_exp10.c index 9447d8fa2a6..1512cc0a348 100644 --- a/math/w_exp10.c +++ b/math/w_exp10.c @@ -18,7 +18,7 @@ */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __exp10(double x) /* wrapper exp10 */ diff --git a/math/w_exp10f.c b/math/w_exp10f.c index 78e71be0696..dcc8dc768ec 100644 --- a/math/w_exp10f.c +++ b/math/w_exp10f.c @@ -18,7 +18,7 @@ */ #include -#include "math_private.h" +#include #ifdef __STDC__ float __exp10f(float x) /* wrapper exp10f */ diff --git a/math/w_exp10l.c b/math/w_exp10l.c index 368ed77304e..80e720a2052 100644 --- a/math/w_exp10l.c +++ b/math/w_exp10l.c @@ -19,7 +19,7 @@ */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __exp10l(long double x) /* wrapper exp10 */ diff --git a/math/w_exp2.c b/math/w_exp2.c index 446e5ea91cb..c92fb52ad05 100644 --- a/math/w_exp2.c +++ b/math/w_exp2.c @@ -4,7 +4,7 @@ #include #include -#include "math_private.h" +#include static const double o_threshold= (double) DBL_MAX_EXP; static const double u_threshold= (double) (DBL_MIN_EXP - DBL_MANT_DIG - 1); diff --git a/math/w_exp2f.c b/math/w_exp2f.c index 9120c88b60e..94c82e206e0 100644 --- a/math/w_exp2f.c +++ b/math/w_exp2f.c @@ -4,7 +4,7 @@ #include #include -#include "math_private.h" +#include static const float o_threshold= (float) FLT_MAX_EXP; static const float u_threshold= (float) (FLT_MIN_EXP - FLT_MANT_DIG - 1); diff --git a/math/w_exp2l.c b/math/w_exp2l.c index fea5425ac46..f54e3946d8e 100644 --- a/math/w_exp2l.c +++ b/math/w_exp2l.c @@ -4,7 +4,7 @@ #include #include -#include "math_private.h" +#include static const long double o_threshold = (long double) LDBL_MAX_EXP; static const long double u_threshold diff --git a/math/w_fmod.c b/math/w_fmod.c index ca01cf2ac52..69102de9c56 100644 --- a/math/w_fmod.c +++ b/math/w_fmod.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_fmod.c,v 1.6 1995/05/10 20:48:55 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_fmodf.c b/math/w_fmodf.c index e2e869a3cca..55ec8737c87 100644 --- a/math/w_fmodf.c +++ b/math/w_fmodf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_fmodf.c,v 1.3 1995/05/10 20:48:57 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_fmodl.c b/math/w_fmodl.c index c39b2852f68..c95e23293bc 100644 --- a/math/w_fmodl.c +++ b/math/w_fmodl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_hypot.c b/math/w_hypot.c index ab929f78ada..df69ed383bf 100644 --- a/math/w_hypot.c +++ b/math/w_hypot.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_hypot.c,v 1.6 1995/05/10 20:49:07 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_hypotf.c b/math/w_hypotf.c index b6be39e39fa..e1f074f75e6 100644 --- a/math/w_hypotf.c +++ b/math/w_hypotf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_hypotf.c,v 1.3 1995/05/10 20:49:09 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_hypotl.c b/math/w_hypotl.c index 916afbd4173..6b6414da224 100644 --- a/math/w_hypotl.c +++ b/math/w_hypotl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_j0.c b/math/w_j0.c index 5ab3544aa7a..59b6b66d0a6 100644 --- a/math/w_j0.c +++ b/math/w_j0.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j0.c,v 1.6 1995/05/10 20:49:11 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double j0(double x) /* wrapper j0 */ diff --git a/math/w_j0f.c b/math/w_j0f.c index bb2b82f0608..dd436fff59a 100644 --- a/math/w_j0f.c +++ b/math/w_j0f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j0f.c,v 1.3 1995/05/10 20:49:13 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ float j0f(float x) /* wrapper j0f */ diff --git a/math/w_j0l.c b/math/w_j0l.c index 1ec6e9e0c28..a91457d3740 100644 --- a/math/w_j0l.c +++ b/math/w_j0l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __j0l(long double x) /* wrapper j0l */ diff --git a/math/w_j1.c b/math/w_j1.c index db8c4ce3331..7bb3208a740 100644 --- a/math/w_j1.c +++ b/math/w_j1.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j1.c,v 1.6 1995/05/10 20:49:15 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double j1(double x) /* wrapper j1 */ diff --git a/math/w_j1f.c b/math/w_j1f.c index 35b186206e4..43dfc6142e7 100644 --- a/math/w_j1f.c +++ b/math/w_j1f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j1f.c,v 1.3 1995/05/10 20:49:17 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ float j1f(float x) /* wrapper j1f */ diff --git a/math/w_j1l.c b/math/w_j1l.c index 7bd31ad9951..d0522953da5 100644 --- a/math/w_j1l.c +++ b/math/w_j1l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __j1l(long double x) /* wrapper j1l */ diff --git a/math/w_jn.c b/math/w_jn.c index 3a28443dcfd..41ec8b32d4a 100644 --- a/math/w_jn.c +++ b/math/w_jn.c @@ -41,7 +41,7 @@ static char rcsid[] = "$NetBSD: w_jn.c,v 1.6 1995/05/10 20:49:19 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double jn(int n, double x) /* wrapper jn */ diff --git a/math/w_jnf.c b/math/w_jnf.c index 628701d7fa1..0b9a2aabb98 100644 --- a/math/w_jnf.c +++ b/math/w_jnf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_jnf.c,v 1.3 1995/05/10 20:49:21 jtc Exp $"; #endif #include -#include "math_private.h" +#include #ifdef __STDC__ float jnf(int n, float x) /* wrapper jnf */ diff --git a/math/w_jnl.c b/math/w_jnl.c index 4bb4d6b620a..1dd9ae1517e 100644 --- a/math/w_jnl.c +++ b/math/w_jnl.c @@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __jnl(int n, long double x) /* wrapper jnl */ diff --git a/math/w_lgamma.c b/math/w_lgamma.c index ab75f759974..f76b552be0b 100644 --- a/math/w_lgamma.c +++ b/math/w_lgamma.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_lgamma.c,v 1.6 1995/05/10 20:49:24 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __lgamma(double x) diff --git a/math/w_lgamma_r.c b/math/w_lgamma_r.c index 17a7d013e98..bec2c6e20ad 100644 --- a/math/w_lgamma_r.c +++ b/math/w_lgamma_r.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_lgamma_r.c,v 1.6 1995/05/10 20:49:27 jtc Exp $ */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_lgammaf.c b/math/w_lgammaf.c index 7c3c058d750..9747e9216ac 100644 --- a/math/w_lgammaf.c +++ b/math/w_lgammaf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf.c,v 1.3 1995/05/10 20:49:30 jtc Exp $" #endif #include -#include "math_private.h" +#include #ifdef __STDC__ float __lgammaf(float x) diff --git a/math/w_lgammaf_r.c b/math/w_lgammaf_r.c index a32c3256387..3758fa0d06e 100644 --- a/math/w_lgammaf_r.c +++ b/math/w_lgammaf_r.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf_r.c,v 1.3 1995/05/10 20:49:32 jtc Exp */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_lgammal.c b/math/w_lgammal.c index f250e50388e..0176243c4af 100644 --- a/math/w_lgammal.c +++ b/math/w_lgammal.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __lgammal(long double x) diff --git a/math/w_lgammal_r.c b/math/w_lgammal_r.c index 2dfea8a4651..baa4f95393f 100644 --- a/math/w_lgammal_r.c +++ b/math/w_lgammal_r.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_log.c b/math/w_log.c index 6f6f74fd147..7e9afdf2b8c 100644 --- a/math/w_log.c +++ b/math/w_log.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log.c,v 1.6 1995/05/10 20:49:33 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_log10.c b/math/w_log10.c index 9425db3ddf6..08a65add59b 100644 --- a/math/w_log10.c +++ b/math/w_log10.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log10.c,v 1.6 1995/05/10 20:49:35 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_log10f.c b/math/w_log10f.c index c63fcd1ec29..f2ac540f6b2 100644 --- a/math/w_log10f.c +++ b/math/w_log10f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_log10f.c,v 1.3 1995/05/10 20:49:37 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_log10l.c b/math/w_log10l.c index 25c051d3757..a9a8ed27d86 100644 --- a/math/w_log10l.c +++ b/math/w_log10l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_log2.c b/math/w_log2.c index d56a6ee6637..90d2dff5d6b 100644 --- a/math/w_log2.c +++ b/math/w_log2.c @@ -3,7 +3,7 @@ */ #include -#include "math_private.h" +#include double __log2 (double x) /* wrapper log2 */ diff --git a/math/w_log2f.c b/math/w_log2f.c index ec8d2971612..10d73ffd1b2 100644 --- a/math/w_log2f.c +++ b/math/w_log2f.c @@ -3,7 +3,7 @@ */ #include -#include "math_private.h" +#include float __log2f (float x) /* wrapper log2f */ diff --git a/math/w_log2l.c b/math/w_log2l.c index b1d8706f2ab..ff7ba2621e6 100644 --- a/math/w_log2l.c +++ b/math/w_log2l.c @@ -3,7 +3,7 @@ */ #include -#include "math_private.h" +#include long double __log2l (long double x) /* wrapper log2l */ diff --git a/math/w_logf.c b/math/w_logf.c index 46d97491147..200a8b71336 100644 --- a/math/w_logf.c +++ b/math/w_logf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_logf.c,v 1.3 1995/05/10 20:49:40 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_logl.c b/math/w_logl.c index 5a38f200380..e869bce0f4e 100644 --- a/math/w_logl.c +++ b/math/w_logl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_pow.c b/math/w_pow.c index 707cffcc43a..e0d2a928471 100644 --- a/math/w_pow.c +++ b/math/w_pow.c @@ -17,7 +17,7 @@ */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_powf.c b/math/w_powf.c index 2480fe559ee..761e4d13284 100644 --- a/math/w_powf.c +++ b/math/w_powf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_powf.c,v 1.3 1995/05/10 20:49:41 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_powl.c b/math/w_powl.c index d8be7b7b03f..0bb09518d52 100644 --- a/math/w_powl.c +++ b/math/w_powl.c @@ -19,7 +19,7 @@ */ #include -#include "math_private.h" +#include #ifdef __STDC__ diff --git a/math/w_remainder.c b/math/w_remainder.c index 9ff53e35864..087bf2353bc 100644 --- a/math/w_remainder.c +++ b/math/w_remainder.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_remainder.c,v 1.6 1995/05/10 20:49:44 jtc Exp */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __remainder(double x, double y) /* wrapper remainder */ diff --git a/math/w_remainderf.c b/math/w_remainderf.c index ab1ea2d87ce..95e6d302b9f 100644 --- a/math/w_remainderf.c +++ b/math/w_remainderf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_remainderf.c,v 1.3 1995/05/10 20:49:46 jtc Exp */ #include -#include "math_private.h" +#include #ifdef __STDC__ float __remainderf(float x, float y) /* wrapper remainder */ diff --git a/math/w_remainderl.c b/math/w_remainderl.c index e5460cdc43f..36050f0de20 100644 --- a/math/w_remainderl.c +++ b/math/w_remainderl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __remainderl(long double x, long double y) diff --git a/math/w_scalb.c b/math/w_scalb.c index 0086c2adfd1..830f387644c 100644 --- a/math/w_scalb.c +++ b/math/w_scalb.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_scalb.c,v 1.6 1995/05/10 20:49:48 jtc Exp $"; */ #include -#include "math_private.h" +#include #include diff --git a/math/w_scalbf.c b/math/w_scalbf.c index 60cb5670ed7..bd92cc1c00d 100644 --- a/math/w_scalbf.c +++ b/math/w_scalbf.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: w_scalbf.c,v 1.3 1995/05/10 20:49:50 jtc Exp $"; */ #include -#include "math_private.h" +#include #include diff --git a/math/w_scalbl.c b/math/w_scalbl.c index c8a45d460de..eb118b19b72 100644 --- a/math/w_scalbl.c +++ b/math/w_scalbl.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #include diff --git a/math/w_sinh.c b/math/w_sinh.c index 5bde8a2ddd2..c95e154fc35 100644 --- a/math/w_sinh.c +++ b/math/w_sinh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sinh.c,v 1.6 1995/05/10 20:49:51 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __sinh(double x) /* wrapper sinh */ diff --git a/math/w_sinhf.c b/math/w_sinhf.c index c29c46620fc..c3555999edb 100644 --- a/math/w_sinhf.c +++ b/math/w_sinhf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sinhf.c,v 1.3 1995/05/10 20:49:54 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ float __sinhf(float x) /* wrapper sinhf */ diff --git a/math/w_sinhl.c b/math/w_sinhl.c index 19eb774d64e..da7de8185b8 100644 --- a/math/w_sinhl.c +++ b/math/w_sinhl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __sinhl(long double x) /* wrapper sinhl */ diff --git a/math/w_sqrt.c b/math/w_sqrt.c index 41ab1d18b23..c281bf40af6 100644 --- a/math/w_sqrt.c +++ b/math/w_sqrt.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sqrt.c,v 1.6 1995/05/10 20:49:55 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __sqrt(double x) /* wrapper sqrt */ diff --git a/math/w_sqrtf.c b/math/w_sqrtf.c index 21beb550f44..854d1cded2d 100644 --- a/math/w_sqrtf.c +++ b/math/w_sqrtf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sqrtf.c,v 1.3 1995/05/10 20:49:59 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ float __sqrtf(float x) /* wrapper sqrtf */ diff --git a/math/w_sqrtl.c b/math/w_sqrtl.c index 0b03eebe1da..43770eeb391 100644 --- a/math/w_sqrtl.c +++ b/math/w_sqrtl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __sqrtl(long double x) /* wrapper sqrtl */ diff --git a/math/w_tgamma.c b/math/w_tgamma.c index 3ce6e77b490..14d6855829b 100644 --- a/math/w_tgamma.c +++ b/math/w_tgamma.c @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ double __tgamma(double x) diff --git a/math/w_tgammaf.c b/math/w_tgammaf.c index d3698059e74..b1e72c653de 100644 --- a/math/w_tgammaf.c +++ b/math/w_tgammaf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_gammaf.c,v 1.4 1995/11/20 22:06:48 jtc Exp $"; #endif #include -#include "math_private.h" +#include #ifdef __STDC__ float __tgammaf(float x) diff --git a/math/w_tgammal.c b/math/w_tgammal.c index 75970a34d47..63379a85754 100644 --- a/math/w_tgammal.c +++ b/math/w_tgammal.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include -#include "math_private.h" +#include #ifdef __STDC__ long double __tgammal(long double x) -- 2.39.5