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/nexttoward.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/nexttoward.c') diff --git a/src/math/nexttoward.c b/src/math/nexttoward.c index 5e12c48b..e150eaad 100644 --- a/src/math/nexttoward.c +++ b/src/math/nexttoward.c @@ -11,6 +11,7 @@ */ #include "libm.h" + #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 double nexttoward(double x, long double y) { -- cgit v1.2.1