aboutsummaryrefslogtreecommitdiffstats
path: root/cmd2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2.c')
-rw-r--r--cmd2.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/cmd2.c b/cmd2.c
index 2d8ab53..dbd264a 100644
--- a/cmd2.c
+++ b/cmd2.c
@@ -26,17 +26,12 @@
#include <unistd.h>
#include <errno.h>
-#ifdef USE_PCREPOSIX
-# include <pcreposix.h>
-#elif defined(USE_REGEXP)
-# include <regex.h>
-#endif
-
int strcasecmp();
int select();
#include "defines.h"
#include "main.h"
+#include "feature/regex.h"
#include "utils.h"
#include "beam.h"
#include "edit.h"