From cb45b1c65b2fe4644342db202e5f7b9fb64f2488 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Jul 2013 22:04:44 +0200 Subject: Cleanup some include statements --- stream/tv.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'stream/tv.h') diff --git a/stream/tv.h b/stream/tv.h index 660a78be7b..ded9ace6c8 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -25,8 +25,6 @@ #ifndef MPLAYER_TV_H #define MPLAYER_TV_H -#include "demux/demux.h" - typedef struct tv_param_s { char *freq; char *channel; @@ -105,7 +103,7 @@ typedef struct tvi_handle_s { const tvi_functions_t *functions; void *priv; int seq; - demuxer_t *demuxer; + struct demuxer *demuxer; /* specific */ int norm; -- cgit v1.2.3