[vlc-commits] demux: mp4: remove superfluous include

Francois Cartegnie git at videolan.org
Thu Nov 5 14:56:54 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Nov  4 18:09:48 2015 +0100| [bdd933951d35e3af917731d07a8d5152cf91d451] | committer: Francois Cartegnie

demux: mp4: remove superfluous include

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

 modules/demux/mp4/mp4.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 9bfcf0e..179939e 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -24,10 +24,6 @@
  * Preamble
  *****************************************************************************/
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 #include "mp4.h"
 
 #include <vlc_plugin.h>



More information about the vlc-commits mailing list