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/k_sinl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/k_sinl.c') diff --git a/math/k_sinl.c b/math/k_sinl.c index ea1d71f61b..e95c71c4c1 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) -- cgit v1.2.3