From afa2aaccea6e9f8c55809abb6471dc9aaa402711 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 5 Sep 2013 14:03:10 +0000 Subject: math: remove libc.h include from libm.h libc.h is only for weak_alias so include it directly where it is used --- src/math/signgam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/math/signgam.c') diff --git a/src/math/signgam.c b/src/math/signgam.c index b39ceb04..cd728001 100644 --- a/src/math/signgam.c +++ b/src/math/signgam.c @@ -1,4 +1,5 @@ -#include "libm.h" +#include +#include "libc.h" int __signgam = 0; -- cgit v1.2.1