diff options
Diffstat (limited to 'epgsearchext.c')
-rw-r--r-- | epgsearchext.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/epgsearchext.c b/epgsearchext.c index a2b30a2..32e9c40 100644 --- a/epgsearchext.c +++ b/epgsearchext.c @@ -38,11 +38,6 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "uservars.h" #include "blacklist.h" #include <math.h> -#ifdef HAVE_PCREPOSIX -#include <pcreposix.h> -#else -#include <regex.h> -#endif cSearchExts SearchExts; cSearchExts SearchTemplates; |