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