From 9560b6b152efeb23cc4e570dbaea5ef333ac971f Mon Sep 17 00:00:00 2001 From: nsz Date: Tue, 13 Mar 2012 19:51:14 +0100 Subject: remove libm.h includes when math.h and float.h are enough --- src/math/nearbyintl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/math/nearbyintl.c') diff --git a/src/math/nearbyintl.c b/src/math/nearbyintl.c index b58527c8..2906f383 100644 --- a/src/math/nearbyintl.c +++ b/src/math/nearbyintl.c @@ -1,4 +1,6 @@ -#include "libm.h" +#include +#include + #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double nearbyintl(long double x) { -- cgit v1.2.1