summaryrefslogtreecommitdiff
path: root/src/u8c/u32cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/u32cp.c')
-rw-r--r--src/u8c/u32cp.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/u8c/u32cp.c b/src/u8c/u32cp.c
index 979686f..95a9b35 100644
--- a/src/u8c/u32cp.c
+++ b/src/u8c/u32cp.c
@@ -17,11 +17,8 @@
# include <stdbool.h>
# include <stdlib.h>
# include <u8c/SIZE_C.h>
-# include <u8c/seterr.h>
-# include <u8c/u32alloc.h>
-# include <u8c/u32cp.h>
-# include <u8c/u32free.h>
-# include <u8c/u32sz.h>
+# include <u8c/err.h>
+# include <u8c/u32.h>
bool u8c_u32cp(size_t * const _sz,char32_t const * * const _out,char32_t const * const _in) {
assert(_out != NULL);
assert(_in != NULL);