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