From 1ed0291c3154c25633107d93e122c1b0c0f7c975 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 9 Mar 2012 11:29:16 -0800 Subject: Use <> for math.h and math_private.h everywhere. Entire tree edited via find | grep | sed. --- sysdeps/ieee754/ldbl-128ibm/e_hypotl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/ieee754/ldbl-128ibm/e_hypotl.c') diff --git a/sysdeps/ieee754/ldbl-128ibm/e_hypotl.c b/sysdeps/ieee754/ldbl-128ibm/e_hypotl.c index 4ef0767..00bfb15 100644 --- a/sysdeps/ieee754/ldbl-128ibm/e_hypotl.c +++ b/sysdeps/ieee754/ldbl-128ibm/e_hypotl.c @@ -42,8 +42,8 @@ * than 1 ulps (units in the last place) */ -#include "math.h" -#include "math_private.h" +#include +#include static const long double two600 = 0x1.0p+600L; static const long double two1022 = 0x1.0p+1022L; -- cgit v1.1