From 09124f64f6eb332e49b4d13c4975fc36260f7f2b Mon Sep 17 00:00:00 2001 From: data-man Date: Mon, 24 Jan 2022 13:34:09 +0500 Subject: Simplifying --- util.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'util.c') diff --git a/util.c b/util.c index b5ef8f8..9e221a8 100644 --- a/util.c +++ b/util.c @@ -16,6 +16,7 @@ #include "util.h" #include "dstring.h" +#include "regexp.h" #include #include #include @@ -29,12 +30,6 @@ #include #include -#ifdef USE_ONIGURUMA - #include -#else - #include -#endif - #if BFS_HAS_SYS_PARAM # include #endif -- cgit v1.2.3