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:
parent
6eeb0e8f7f
commit
60318997b8
@ -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.
|
||||
|
@ -11,8 +11,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "math.h"
|
||||
#include "math_private.h"
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
#include "libm_support.h"
|
||||
|
||||
#ifdef __STDC__
|
||||
|
@ -11,8 +11,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "math.h"
|
||||
#include "math_private.h"
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
#include "libm_support.h"
|
||||
|
||||
#ifdef __STDC__
|
||||
|
Loading…
Reference in New Issue
Block a user