From 09124f64f6eb332e49b4d13c4975fc36260f7f2b Mon Sep 17 00:00:00 2001 From: data-man Date: Mon, 24 Jan 2022 13:34:09 +0500 Subject: Simplifying --- expr.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'expr.h') diff --git a/expr.h b/expr.h index 82df7bf..a4e6c0d 100644 --- a/expr.h +++ b/expr.h @@ -25,18 +25,13 @@ #include "eval.h" #include "exec.h" #include "printf.h" +#include "regexp.h" #include "stat.h" #include #include #include #include -#ifdef USE_ONIGURUMA - #include -#else - #include -#endif - /** * Possible types of numeric comparison. */ -- cgit v1.2.3