From 0fbf81ecd1fad2a7a78daf4c91c0c11d6d13e891 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 17 Jan 2006 09:55:05 +0000 Subject: Remove explicit signgam prototype, use header instead --- libm/w_gamma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libm/w_gamma.c') diff --git a/libm/w_gamma.c b/libm/w_gamma.c index 46e54ec9f..182dece3e 100644 --- a/libm/w_gamma.c +++ b/libm/w_gamma.c @@ -20,10 +20,9 @@ static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $"; * Method: call gamma_r */ -#include "math.h" +#include #include "math_private.h" -extern int signgam; libm_hidden_proto(signgam) #ifdef __STDC__ -- cgit v1.2.3