remove libm.h includes when math.h and float.h are enough
[musl] / src / math / scalbf.c
index 0cc091f..d08f2a1 100644 (file)
@@ -13,7 +13,7 @@
  * ====================================================
  */
 
-#include "libm.h"
+#include <math.h>
 
 float scalbf(float x, float fn)
 {