ia64: convert "math{,_private}.h" to <math{,_private}.h>

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>
This commit is contained in:
Mike Frysinger 2012-04-16 22:19:02 -04:00
parent 6eeb0e8f7f
commit 60318997b8
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -11,8 +11,8 @@
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#include "libm_support.h"
#ifdef __STDC__

View File

@ -11,8 +11,8 @@
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#include "libm_support.h"
#ifdef __STDC__