about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/power4/fpu
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-09 11:29:16 -0800
committerRichard Henderson <rth@twiddle.net>2012-03-09 16:09:10 -0800
commit1ed0291c3154c25633107d93e122c1b0c0f7c975 (patch)
tree45d3b09c11690151971cadcf2d5f7f7d1b098981 /sysdeps/powerpc/powerpc32/power4/fpu
parent1991fa031c685d5cdcfc07cfea552bd7c33804e9 (diff)
downloadglibc-1ed0291c3154c25633107d93e122c1b0c0f7c975.tar.gz
glibc-1ed0291c3154c25633107d93e122c1b0c0f7c975.tar.xz
glibc-1ed0291c3154c25633107d93e122c1b0c0f7c975.zip
Use <> for math.h and math_private.h everywhere.
Entire tree edited via find | grep | sed.
Diffstat (limited to 'sysdeps/powerpc/powerpc32/power4/fpu')
-rw-r--r--sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c2
-rw-r--r--sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c b/sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c
index db57f62ef7..2db82810eb 100644
--- a/sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c
+++ b/sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c
@@ -27,7 +27,7 @@
 /*Converting from double precision to Multi-precision and calculating     */
 /* e^x                                                                    */
 /**************************************************************************/
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef NO_LONG_DOUBLE
 #include "mpa.h"
diff --git a/sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c b/sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c
index e01e53360c..fdb27718e2 100644
--- a/sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c
+++ b/sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c
@@ -32,7 +32,7 @@
 /*************************************************************************/
 
 #include "mpa.h"
-#include "math_private.h"
+#include <math_private.h>
 
 void __mpexp (mp_no * x, mp_no * y, int p);
 void __mplog (mp_no * x, mp_no * y, int p);