[vlc-commits] mpeg:tables: remove redundant include
    Steve Lhomme 
    git at videolan.org
       
    Fri Jul  7 19:18:18 CEST 2017
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | 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 <remi at remlab.net>
> 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>
    
    
More information about the vlc-commits
mailing list