The main tree decided to change all these includes to <...>, so update
the ia64 code accordingly.
Processed with a simple sed script:
find `find sysdeps/ -name ia64` -type f -exec sed -i \
-r '/include/s:"(math.h|math_private.h)":<\1>:' {} +
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+2012-04-27 Mike Frysinger <vapier@gentoo.org>
+
+ * sysdeps/ia64/fpu/s_matherrf.c: Change "math.h" and "math_private.h"
+ to <math.h> and <math_private.h>.
+ * sysdeps/ia64/fpu/s_matherrl.c: Likewise.
+
2012-04-27 Mike Frysinger <vapier@gentoo.org>
* sysdeps/ia64/hp-timing.h: Change stdio-common/_itoa.h to _itoa.h.
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
#include "libm_support.h"
#ifdef __STDC__
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
#include "libm_support.h"
#ifdef __STDC__