aboutsummaryrefslogtreecommitdiffstats
path: root/list.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 /list.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 'list.c')
-rw-r--r--list.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/list.c b/list.c
index 1bb0a65..2652bda 100644
--- a/list.c
+++ b/list.c
@@ -18,14 +18,9 @@
#include <sys/types.h>
#include <sys/time.h>
-#ifdef USE_PCREPOSIX
-# include <pcreposix.h>
-#elif defined(USE_REGEXP)
-# include <regex.h>
-#endif
-
#include "defines.h"
#include "main.h"
+#include "feature/regex.h"
#include "utils.h"
#include "cmd2.h"
#include "tty.h"