From 9277c064373074aebbf1b6617c006f5985ec7938 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 8 Oct 2011 05:16:04 -0400 Subject: Use private math_private.h in files in math/ --- math/w_exp2f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/w_exp2f.c') diff --git a/math/w_exp2f.c b/math/w_exp2f.c index 9120c88b60..94c82e206e 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); -- cgit 1.4.1