summaryrefslogtreecommitdiff
path: root/src/u8c/u32fndpat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/u32fndpat.c')
-rw-r--r--src/u8c/u32fndpat.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/u8c/u32fndpat.c b/src/u8c/u32fndpat.c
index 05071e5..5a1b5d2 100644
--- a/src/u8c/u32fndpat.c
+++ b/src/u8c/u32fndpat.c
@@ -18,12 +18,8 @@
# include <stddef.h>
# include <stdint.h>
# include <u8c/SIZE_C.h>
-# include <u8c/seterr.h>
-# include <u8c/u32cmp.h>
-# include <u8c/u32fndpat.h>
-# include <u8c/u32free.h>
-# include <u8c/u32substr.h>
-# include <u8c/u32sz.h>
+# include <u8c/err.h>
+# include <u8c/u32.h>
bool u8c_u32fndpat(size_t * const _pos,char32_t const * const _in,char32_t const * const _pat) {
assert(_pos != NULL);
assert(_in != NULL);