diff options
Diffstat (limited to 'src/u8c/u32sz.c')
-rw-r--r-- | src/u8c/u32sz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/u8c/u32sz.c b/src/u8c/u32sz.c index 3320ae2..deb1ecd 100644 --- a/src/u8c/u32sz.c +++ b/src/u8c/u32sz.c @@ -18,8 +18,7 @@ # include <stddef.h> # include <stdint.h> # include <u8c/SIZE_C.h> -# include <u8c/u32fndchr.h> -# include <u8c/u32sz.h> +# include <u8c/u32.h> # include <uchar.h> bool u8c_u32sz(size_t * const _sz,char32_t const * const _in) { assert(_sz != NULL); |