diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-20 16:00:23 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-20 16:00:23 -0700 |
commit | eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1 (patch) | |
tree | aae4fe72d6bb48e8e0cb0d0b85676895fab29a8e /stdio-common/printf_fphex.c | |
parent | d1af992d0d8184db0a4d264c00a2720722e1a280 (diff) | |
download | glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.tar.gz glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.tar.xz glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.zip |
Move stdio-common/_itoa.h to sysdeps/generic
Diffstat (limited to 'stdio-common/printf_fphex.c')
-rw-r--r-- | stdio-common/printf_fphex.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdio.h> #include <string.h> #include <wchar.h> -#include "_itoa.h" -#include "_itowa.h" +#include <_itoa.h> +#include <_itowa.h> #include <locale/localeinfo.h> /* #define NDEBUG 1*/ /* Undefine this for debugging assertions. */ |