]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_atan2f.c
2.5-18.1
[thirdparty/glibc.git] / math / w_atan2f.c
similarity index 98%
rename from sysdeps/generic/w_atan2f.c
rename to math/w_atan2f.c
index 09caa06f00ca629eb959e8722ff9aaf4eccaa18c..efb08f076bff698c1c9239c3fdde67850f803a68 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_atan2f.c,v 1.3 1995/05/10 20:48:42 jtc Exp $";
  * wrapper atan2f(y,x)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"