]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_atan2.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / math / w_atan2.c
similarity index 98%
rename from sysdeps/generic/w_atan2.c
rename to math/w_atan2.c
index 801baa2347035bcb273574eb5f8dd0978c4ef3f2..f0a10d4102e6a16ed713797e004ecb8135ee3711 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $";
  * wrapper atan2(y,x)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"