[vlc-devel] commit: Remove useless #include ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 1 19:54:08 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May  1 20:55:18 2008 +0300| [78880d35f3b4b38c909ede5b37b4879639bffb70]

Remove useless #include

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

 modules/mux/mp4.c    |    1 -
 modules/mux/mpjpeg.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index 909bb76..17a411b 100644
--- a/modules/mux/mp4.c
+++ b/modules/mux/mp4.c
@@ -33,7 +33,6 @@
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
 #include <vlc_block.h>
-#include <vlc_codecs.h>
 
 #ifdef HAVE_TIME_H
 #include <time.h>
diff --git a/modules/mux/mpjpeg.c b/modules/mux/mpjpeg.c
index 1cac1b5..d0b834f 100644
--- a/modules/mux/mpjpeg.c
+++ b/modules/mux/mpjpeg.c
@@ -32,7 +32,6 @@
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
 #include <vlc_block.h>
-#include <vlc_codecs.h>
 
 /*****************************************************************************
  * Module descriptor




More information about the vlc-devel mailing list