Use <> for math.h and math_private.h everywhere.
authorRichard Henderson <rth@twiddle.net>
Fri, 9 Mar 2012 19:30:44 +0000 (11:30 -0800)
committerRichard Henderson <rth@twiddle.net>
Sat, 10 Mar 2012 00:24:17 +0000 (16:24 -0800)
Entire tree edited via find | grep | sed.

13 files changed:
ChangeLog.hppa
ChangeLog.m68k
sysdeps/hppa/hppa1.1/s_signbit.c
sysdeps/m68k/m680x0/fpu/e_acos.c
sysdeps/m68k/m680x0/fpu/e_atan2.c
sysdeps/m68k/m680x0/fpu/e_fmod.c
sysdeps/m68k/m680x0/fpu/e_pow.c
sysdeps/m68k/m680x0/fpu/e_scalb.c
sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c
sysdeps/m68k/m680x0/fpu/s_llrint.c
sysdeps/m68k/m680x0/fpu/s_llrintf.c
sysdeps/m68k/m680x0/fpu/s_llrintl.c
sysdeps/m68k/m680x0/fpu/s_nextafterl.c

index 722f647947b46105e0b282b047b3f3a114947daa..52714754426c5f1caed4785380453c953d325c7b 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-09  Richard Henderson  <rth@twiddle.net>
+
+       * sysdeps/hppa/hppa1.1/s_signbit.c: Use <> to include math_private.h.
+
 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        [BZ #13673]
index e78d1a7368fe3c6a7500c93d47605742bca153b0..187dd688632c9c4c551852104d1f2b3a8cbb4aab 100644 (file)
@@ -1,3 +1,12 @@
+2012-03-09  Richard Henderson  <rth@twiddle.net>
+
+       * m68k/m680x0/fpu/e_acos.c: Use <> to include math_private.h.
+       * m68k/m680x0/fpu/e_atan2.c, m68k/m680x0/fpu/e_fmod.c: Likewise.
+       * m68k/m680x0/fpu/e_pow.c, m68k/m680x0/fpu/e_scalb.c: Likewise.
+       * m68k/m680x0/fpu/s_fpclassifyl.c, m68k/m680x0/fpu/s_llrint.c: Likewise.
+       * m68k/m680x0/fpu/s_llrintf.c, m68k/m680x0/fpu/s_llrintl.c: Likewise.
+       * m68k/m680x0/fpu/s_nextafterl.c: Likewise.
+
 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        [BZ #13673]
index b762ab6f94b9bc932ed9904100c9c872b246777e..3e298a29df1516808a4d90058cd921ea55a2e721 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 int
 __signbit (double x)
index c662fe20132b669d3b5019935ced7ee9f63d4be0..f8a0a352a12260f00d644a0c5ebec6534d332dc5 100644 (file)
@@ -16,7 +16,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 #ifndef        FUNC
index f84fab321d3c019c7a832d263379fd65e6b2070e..b0742d3da695736419e8ddd42fcb314c50d272b5 100644 (file)
@@ -16,7 +16,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 #ifndef SUFF
index dacd1a26b94e449726b24f46da3d9b4af796a7ee..671e3b83a404131dd2d8bf8b508185ed5dcfa696 100644 (file)
@@ -16,7 +16,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 #ifndef FUNC
index cab2012f8e70017aacdad380a8e8dfe78ec97372..41e28d0559fb944249cef0d478444b6c1f3558cd 100644 (file)
@@ -16,7 +16,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 #ifndef SUFF
index 694b66e763e634bed70625389cc6dbaccd4b3b46..db49fdf0977202465322291dae08a24fa58e2075 100644 (file)
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 #ifndef SUFF
index 23bd0b73a1db0f7c36c95a9a176e07403bd9ffd7..ace64366017a0c042b3a5aedeee42b130f133b57 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 int
index 3166b9fadb5f0e8946b683a7af3bdb1defe97d72..0952ccd1dae1df9bf48905552a465b66c4ae02aa 100644 (file)
@@ -19,7 +19,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 long long int
index 7460f17c80a183e7737f9fe68b4b51e447f02b77..dd5b95c730f2d0e5b68502426ac1089a20a34d4a 100644 (file)
@@ -19,7 +19,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 long long int
index 8b7762600d5523ce0bf58f59946462fee2011c93..fbe66ee3dc42e25801005b8067e9e72b437da9db 100644 (file)
@@ -19,7 +19,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include "mathimpl.h"
 
 long long int
index dcccdf176269126bc17cc49d64265d3a1eecacb9..9a03b78631cccda17e5b3d3212b486bea49942de 100644 (file)
@@ -26,8 +26,8 @@ static char rcsid[] = "$NetBSD: $";
  *   Special cases:
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __nextafterl(long double x, long double y)
 {