simplify scalbn*.c implementations
[musl] / src / math / ldexpf.c
index f0981ae..3bad5f3 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float ldexpf(float x, int n)
 {