diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 18:06:53 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 18:06:53 -0400 |
commit | 37f35c82fab1cb2c1203678e622c83dc2ba58f83 (patch) | |
tree | c96c14513eb5bded7003493d2207f1828167d587 /src/stdio/__printf.c | |
parent | 48d2528a5b7b031111fa24c53ca28d3ddc436a79 (diff) |
adjust to new file names
Diffstat (limited to 'src/stdio/__printf.c')
-rw-r--r-- | src/stdio/__printf.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/stdio/__printf.c b/src/stdio/__printf.c index 38dd012b..7da38752 100644 --- a/src/stdio/__printf.c +++ b/src/stdio/__printf.c @@ -1,18 +1,18 @@ #include "stdio.h" #include "_stdio.h" #include "stddef.h" -#include "wctype/wint_t.c" -#include "wctype/wctrans_t.c" +#include "wctype/wint_t.h" +#include "wctype/wctrans_t.h" #include "wchar.h" #include "inttypes.h" #include "unistd.h" #include "stdlib.h" #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199909L -#include "stdint/intmax_t.c" -#include "stdint/uintmax_t.c" -#include "stdint/intptr_t.c" -#include "stdint/UINTMAX_MAX.c" +#include "stdint/intmax_t.h" +#include "stdint/uintmax_t.h" +#include "stdint/intptr_t.h" +#include "stdint/UINTMAX_MAX.h" #define strtoumax __strtoumax #include "inttypes/strtoumax.c" #endif |