From 09124f64f6eb332e49b4d13c4975fc36260f7f2b Mon Sep 17 00:00:00 2001 From: data-man Date: Mon, 24 Jan 2022 13:34:09 +0500 Subject: Simplifying --- eval.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 8dd8f75..b5dfeed 100644 --- a/eval.c +++ b/eval.c @@ -37,6 +37,7 @@ #include "time.h" #include "trie.h" #include "util.h" +#include "regexp.h" #include #include #include @@ -54,12 +55,6 @@ #include #include -#ifdef USE_ONIGURUMA - #include -#else - #include -#endif - struct eval_state { /** Data about the current file. */ const struct BFTW *ftwbuf; -- cgit v1.2.3