[vlc-commits] commit: MKV: remove unnecessary include (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed Aug 18 13:49:55 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 18 12:23:53 2010 +0200| [6deae4bd4b3482b755e96a78a1e7b1690865bf9e] | committer: Jean-Baptiste Kempf
MKV: remove unnecessary include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6deae4bd4b3482b755e96a78a1e7b1690865bf9e
---
modules/demux/mkv/mkv.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mkv/mkv.hpp b/modules/demux/mkv/mkv.hpp
index 296ef13..f0e87c6 100644
--- a/modules/demux/mkv/mkv.hpp
+++ b/modules/demux/mkv/mkv.hpp
@@ -49,7 +49,6 @@
# include <time.h> /* time() */
#endif
-#include <vlc_iso_lang.h>
#include <vlc_meta.h>
#include <vlc_charset.h>
#include <vlc_input.h>
More information about the vlc-commits
mailing list