vlc | branch: master | Steve Lhomme <[email protected]> | Wed Jul 5 17:00:19 2017 +0200| [e4e4e2576a00873f06bfe1158b928836451e9001] | committer: Rémi Denis-Courmont
mpeg:tables: remove redundant include Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4e4e2576a00873f06bfe1158b928836451e9001 --- modules/mux/mpeg/tables.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mux/mpeg/tables.c b/modules/mux/mpeg/tables.c index 0cba57efbe..66028892aa 100644 --- a/modules/mux/mpeg/tables.c +++ b/modules/mux/mpeg/tables.c @@ -23,7 +23,6 @@ #include <vlc_common.h> #include <vlc_block.h> -#include <vlc_fourcc.h> #include <vlc_es.h> # include <dvbpsi/dvbpsi.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
