simplify scalbn*.c implementations
[musl] / src / math / scalblnf.c
index 61600f1..d8e8166 100644 (file)
@@ -1,5 +1,5 @@
 #include <limits.h>
-#include "libm.h"
+#include <math.h>
 
 float scalblnf(float x, long n)
 {