remove libm.h includes when math.h and float.h are enough
[musl] / src / math / nearbyint.c
index 781769f..714c55c 100644 (file)
@@ -1,5 +1,5 @@
 #include <fenv.h>
-#include "libm.h"
+#include <math.h>
 
 /*
 rint may raise inexact (and it should not alter the fenv otherwise)