summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c7
1 files changed, 1 insertions, 6 deletions
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 <assert.h>
#include <errno.h>
#include <fcntl.h>
@@ -54,12 +55,6 @@
#include <unistd.h>
#include <wchar.h>
-#ifdef USE_ONIGURUMA
- #include <onigposix.h>
-#else
- #include <regex.h>
-#endif
-
struct eval_state {
/** Data about the current file. */
const struct BFTW *ftwbuf;