[vlc-commits] commit: Removed useless includes (video_epg.c). (Laurent Aimar )

git at videolan.org git at videolan.org
Mon May 10 19:55:08 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed May  5 21:23:59 2010 +0200| [2383257ee96e98742be9cc63682e257325d7e72b] | committer: Laurent Aimar 

Removed useless includes (video_epg.c).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2383257ee96e98742be9cc63682e257325d7e72b
---

 src/video_output/video_epg.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/video_output/video_epg.c b/src/video_output/video_epg.c
index 00dfdc9..5f89457 100644
--- a/src/video_output/video_epg.c
+++ b/src/video_output/video_epg.c
@@ -23,13 +23,10 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
-#include <assert.h>
 
 #include <vlc_common.h>
 #include <vlc_vout.h>
-#include <vlc_block.h>
-#include <vlc_filter.h>
-#include <vlc_osd.h>
+#include <vlc_vout_osd.h>
 #include <vlc_events.h>
 #include <vlc_input_item.h>
 #include <vlc_epg.h>



More information about the vlc-commits mailing list