summaryrefslogtreecommitdiff
path: root/src/u8c/u8dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/u8dec.c')
-rw-r--r--src/u8c/u8dec.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/u8c/u8dec.c b/src/u8c/u8dec.c
index 8e9c2f2..a484601 100644
--- a/src/u8c/u8dec.c
+++ b/src/u8c/u8dec.c
@@ -18,11 +18,9 @@
# include <stddef.h>
# include <stdint.h>
# include <u8c/SIZE_C.h>
-# include <u8c/errtyp.h>
-# include <u8c/seterr.h>
-# include <u8c/u32alloc.h>
-# include <u8c/u32free.h>
-# include <u8c/u8dec.h>
+# include <u8c/err.h>
+# include <u8c/u32.h>
+# include <u8c/u8.h>
# include <uchar.h>
bool u8c_u8dec(size_t * const _sz,char32_t const * * const _out,unsigned char const * const _in) {
assert(_out != NULL);