summaryrefslogtreecommitdiff
path: root/src/u8c/vfmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/vfmt.c')
-rw-r--r--src/u8c/vfmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/u8c/vfmt.c b/src/u8c/vfmt.c
index 292db80..ed7e13f 100644
--- a/src/u8c/vfmt.c
+++ b/src/u8c/vfmt.c
@@ -15,8 +15,8 @@
*/
# include <stdarg.h>
# include <stdbool.h>
-# include <u8c/u32cp.h>
-# include <u8c/vfmt.h>
+# include <u8c/fmt.h>
+# include <u8c/u32.h>
# include <uchar.h>
# if defined(u8c_bethrdsafe)
# include <threads.h>