From 09124f64f6eb332e49b4d13c4975fc36260f7f2b Mon Sep 17 00:00:00 2001 From: data-man Date: Mon, 24 Jan 2022 13:34:09 +0500 Subject: Simplifying --- util.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index 213d514..893651e 100644 --- a/util.h +++ b/util.h @@ -20,7 +20,7 @@ #ifndef BFS_UTIL_H #define BFS_UTIL_H - +#include "regexp.h" #include #include #include @@ -28,12 +28,6 @@ #include #include -#ifdef USE_ONIGURUMA - #include -#else - #include -#endif - // Some portability concerns #ifdef __has_feature -- cgit v1.2.3