remove libm.h includes when math.h and float.h are enough
[musl] / src / math / fdimf.c
index 5cfeac6..543c364 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float fdimf(float x, float y)
 {