Moved to csu/errno-loc.c.
[platform/upstream/linaro-glibc.git] / math / w_remainder.c
similarity index 98%
rename from sysdeps/generic/w_remainder.c
rename to math/w_remainder.c
index d85a3fe..9d7a7c5 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_remainder.c,v 1.6 1995/05/10 20:49:44 jtc Exp
  * wrapper remainder(x,p)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 #ifdef __STDC__