From eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 20 Mar 2012 16:00:23 -0700 Subject: Move stdio-common/_itoa.h to sysdeps/generic --- stdio-common/printf_fphex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdio-common/printf_fphex.c') diff --git a/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 01142f9f6d..97ed83be98 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.c @@ -25,8 +25,8 @@ #include #include #include -#include "_itoa.h" -#include "_itowa.h" +#include <_itoa.h> +#include <_itowa.h> #include /* #define NDEBUG 1*/ /* Undefine this for debugging assertions. */ -- cgit v1.2.3