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_scalbf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/e_scalbf.c') diff --git a/math/e_scalbf.c b/math/e_scalbf.c index 95a72eb56d..3caa535b12 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__ -- cgit v1.2.3