Moved to csu/errno-loc.c.
[platform/upstream/linaro-glibc.git] / math / w_sqrtf.c
similarity index 98%
rename from sysdeps/generic/w_sqrtf.c
rename to math/w_sqrtf.c
index f5ccc73..21beb55 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_sqrtf.c,v 1.3 1995/05/10 20:49:59 jtc Exp $";
  * wrapper sqrtf(x)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 #ifdef __STDC__