summaryrefslogtreecommitdiff
path: root/src/u8c/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/fmt.c')
-rw-r--r--src/u8c/fmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/u8c/fmt.c b/src/u8c/fmt.c
index 7ea690b..43f1ea4 100644
--- a/src/u8c/fmt.c
+++ b/src/u8c/fmt.c
@@ -18,8 +18,7 @@
# include <stddef.h>
# include <stdint.h>
# include <u8c/fmt.h>
-# include <u8c/u32cp.h>
-# include <u8c/vfmt.h>
+# include <u8c/u32.h>
bool u8c_fmt(size_t * const _outsz,char32_t const * * const _out,char32_t const * const _in,...) {
va_list args;
va_start(args,_in);