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/nexttowardl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/nexttowardl.c') diff --git a/src/math/nexttowardl.c b/src/math/nexttowardl.c index c393ce97..67a63403 100644 --- a/src/math/nexttowardl.c +++ b/src/math/nexttowardl.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include long double nexttowardl(long double x, long double y) { -- cgit v1.2.1