aboutsummaryrefslogtreecommitdiff
path: root/src/math/nearbyintf.c
diff options
context:
space:
mode:
authornsz <nsz@port70.net>2012-03-13 19:51:14 +0100
committernsz <nsz@port70.net>2012-03-13 19:51:14 +0100
commit9560b6b152efeb23cc4e570dbaea5ef333ac971f (patch)
tree21a80f73b9ed676889148212429ee558d54c91cd /src/math/nearbyintf.c
parentclean up __expo2.c, use a slightly better k constant (diff)
downloadgrovel-9560b6b152efeb23cc4e570dbaea5ef333ac971f.tar.gz
grovel-9560b6b152efeb23cc4e570dbaea5ef333ac971f.tar.xz
remove libm.h includes when math.h and float.h are enough
Diffstat (limited to 'src/math/nearbyintf.c')
-rw-r--r--src/math/nearbyintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/nearbyintf.c b/src/math/nearbyintf.c
index e4bdb26c..07df8f54 100644
--- a/src/math/nearbyintf.c
+++ b/src/math/nearbyintf.c
@@ -1,5 +1,5 @@
#include <fenv.h>
-#include "libm.h"
+#include <math.h>
float nearbyintf(float x) {
fenv_t e;