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/e_exp2l.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/e_exp2l.c') diff --git a/math/e_exp2l.c b/math/e_exp2l.c index 7e598d8d2d..d6d01550e2 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) -- cgit 1.4.1