remove libm.h includes when math.h and float.h are enough
[musl] / src / math / remainderl.c
index b99f938..2a13c1d 100644 (file)
@@ -1,4 +1,5 @@
-#include "libm.h"
+#include <math.h>
+#include <float.h>
 
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double remainderl(long double x, long double y)