diff options
author | data-man <dataman@tutanota.com> | 2022-01-24 13:34:09 +0500 |
---|---|---|
committer | data-man <dataman@tutanota.com> | 2022-01-24 13:34:09 +0500 |
commit | 09124f64f6eb332e49b4d13c4975fc36260f7f2b (patch) | |
tree | b42d6a07a33051879f1ebd680ac01730e9fc632f /expr.h | |
parent | 475bc25800451c76d9a721fb35628693758a15e0 (diff) | |
download | bfs-09124f64f6eb332e49b4d13c4975fc36260f7f2b.tar.xz |
Simplifying
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -25,18 +25,13 @@ #include "eval.h" #include "exec.h" #include "printf.h" +#include "regexp.h" #include "stat.h" #include <stdbool.h> #include <stddef.h> #include <sys/types.h> #include <time.h> -#ifdef USE_ONIGURUMA - #include <onigposix.h> -#else - #include <regex.h> -#endif - /** * Possible types of numeric comparison. */ |