summaryrefslogtreecommitdiff
path: root/src/u8c/u32cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/u32cmp.c')
-rw-r--r--src/u8c/u32cmp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/u8c/u32cmp.c b/src/u8c/u32cmp.c
index 5c06e30..8a6617d 100644
--- a/src/u8c/u32cmp.c
+++ b/src/u8c/u32cmp.c
@@ -17,10 +17,9 @@
# include <stdbool.h>
# include <stddef.h>
# include <stdint.h>
-# include <u8c/errtyp.h>
-# include <u8c/seterr.h>
# include <u8c/SIZE_C.h>
-# include <u8c/u32cmp.h>
+# include <u8c/err.h>
+# include <u8c/u32.h>
bool u8c_u32cmp(uint_least8_t * const _res,char32_t const * const _lstr,char32_t const * const _rstr) {
assert(_res != NULL);
assert(_lstr != NULL);