remove libm.h includes when math.h and float.h are enough
[musl] / src / math / fmax.c
index 0b6bf6f..94f0caa 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 double fmax(double x, double y)
 {