diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-07-20 19:12:53 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-07-20 19:12:53 +0200 |
commit | c520eb8aa2babc33577a7d66b2057a4c79e12b7f (patch) | |
tree | 026588ebabbf079d169a941bc3c7ef091fa253d1 /epgsearchext.c | |
parent | 0b09a1e3ca117a0306aff5db6cdf3283fb8457de (diff) | |
download | vdr-plugin-epgsearch-c520eb8aa2babc33577a7d66b2057a4c79e12b7f.tar.gz vdr-plugin-epgsearch-c520eb8aa2babc33577a7d66b2057a4c79e12b7f.tar.bz2 |
some fixes regarding libtre includes
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; |