aboutsummaryrefslogtreecommitdiffstats
path: root/cmd2.c
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2019-11-05 04:52:27 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2019-11-05 04:52:27 (GMT)
commitbb301bfb0fec3d5e229367aca74cfe422c23f62c (patch)
tree37372786c995bcca846fea5be6e7986d0fa093de /cmd2.c
parentfe6a1869fe48b00325860380c182019f62096aaf (diff)
downloadpowwow-bb301bfb0fec3d5e229367aca74cfe422c23f62c.zip
powwow-bb301bfb0fec3d5e229367aca74cfe422c23f62c.tar.gz
powwow-bb301bfb0fec3d5e229367aca74cfe422c23f62c.tar.bz2
Move configured regex lib in to a common header
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"