From 09124f64f6eb332e49b4d13c4975fc36260f7f2b Mon Sep 17 00:00:00 2001 From: data-man Date: Mon, 24 Jan 2022 13:34:09 +0500 Subject: Simplifying --- parse.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'parse.c') diff --git a/parse.c b/parse.c index 9ff2c2a..2bf5992 100644 --- a/parse.c +++ b/parse.c @@ -41,6 +41,7 @@ #include "time.h" #include "typo.h" #include "util.h" +#include "regexp.h" #include #include #include @@ -59,12 +60,6 @@ #include #include -#ifdef USE_ONIGURUMA - #include -#else - #include -#endif - // Strings printed by -D tree for "fake" expressions static char *fake_and_arg = "-a"; static char *fake_false_arg = "-false"; -- cgit v1.2.3