]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_remainderf.c
Use private math_private.h in files in math/
[thirdparty/glibc.git] / math / w_remainderf.c
index ab1ea2d87ce8cbe7d7ebf5bfabdceefcefbc04b1..95e6d302b9fe0ce570a3dc3ea9cf2768c803ecb0 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_remainderf.c,v 1.3 1995/05/10 20:49:46 jtc Exp
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __remainderf(float x, float y)    /* wrapper remainder */