From: Andreas Ă–man Date: Wed, 3 Sep 2008 16:25:47 +0000 (+0000) Subject: Remove unnecessary inclusion of epg.h X-Git-Tag: 2.12~920 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdb1d3e32bbc08c087c2bfb3f0f4ea01ec9947ea;p=thirdparty%2Ftvheadend.git Remove unnecessary inclusion of epg.h --- diff --git a/dvb/dvb_multiplex.c b/dvb/dvb_multiplex.c index efe7df622..81ce22197 100644 --- a/dvb/dvb_multiplex.c +++ b/dvb/dvb_multiplex.c @@ -43,7 +43,6 @@ #include "transports.h" #include "subscriptions.h" #include "teletext.h" -#include "epg.h" #include "psi.h" #include "dvb_support.h" #include "dvb_dvr.h" diff --git a/rtsp.c b/rtsp.c index 428ae5fe5..681a40be1 100644 --- a/rtsp.c +++ b/rtsp.c @@ -32,7 +32,6 @@ #include "tvhead.h" #include "channels.h" #include "subscriptions.h" -#include "epg.h" #include "teletext.h" #include "dispatch.h" #include "rtp.h"