]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove unnecessary inclusion of epg.h
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 3 Sep 2008 16:25:47 +0000 (16:25 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 3 Sep 2008 16:25:47 +0000 (16:25 +0000)
dvb/dvb_multiplex.c
rtsp.c

index efe7df62272c97b3db300ff18ff012ffc9d983ab..81ce22197fc64461cc6c951d0bb905d2c7450300 100644 (file)
@@ -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 428ae5fe5e460d0666be614d00d6e7e7fdf99b4e..681a40be10e0f5b3787d28f5c5670c0b5d693a96 100644 (file)
--- 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"