[vlc-commits] Removed useless includes (cc.c)

Laurent Aimar git at videolan.org
Wed Apr 27 21:15:03 CEST 2011


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Apr 27 21:14:56 2011 +0200| [841dd95820d373a890fbb7d0a12b4539aa304867] | committer: Laurent Aimar

Removed useless includes (cc.c)

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

 modules/codec/cc.c |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/modules/codec/cc.c b/modules/codec/cc.c
index 4f463c6..8715834 100644
--- a/modules/codec/cc.c
+++ b/modules/codec/cc.c
@@ -36,20 +36,13 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
+#include <string.h>
+#include <assert.h>
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
-#include <vlc_input.h>
-
-#include <vlc_filter.h>
-#include <vlc_image.h>
 #include <vlc_charset.h>
-#include <vlc_stream.h>
-#include <vlc_xml.h>
-#include <string.h>
-
-#include <assert.h>
 
 #include "substext.h"
 



More information about the vlc-commits mailing list