remove libm.h includes when math.h and float.h are enough
[musl] / src / math / nearbyintf.c
index e4bdb26..07df8f5 100644 (file)
@@ -1,5 +1,5 @@
 #include <fenv.h>
-#include "libm.h"
+#include <math.h>
 
 float nearbyintf(float x) {
        fenv_t e;