Moved to csu/errno-loc.c.
[platform/upstream/linaro-glibc.git] / math / w_exp10.c
similarity index 98%
rename from sysdeps/generic/w_exp10.c
rename to math/w_exp10.c
index 597506f..9447d8f 100644 (file)
@@ -17,7 +17,7 @@
  * wrapper exp10(x)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 #ifdef __STDC__