summaryrefslogtreecommitdiffstats
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c7
1 files changed, 1 insertions, 6 deletions
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 <assert.h>
#include <errno.h>
#include <fcntl.h>
@@ -59,12 +60,6 @@
#include <time.h>
#include <unistd.h>
-#ifdef USE_ONIGURUMA
- #include <onigposix.h>
-#else
- #include <regex.h>
-#endif
-
// Strings printed by -D tree for "fake" expressions
static char *fake_and_arg = "-a";
static char *fake_false_arg = "-false";