]> git.sesse.net Git - vlc/commitdiff
Taglib: header cleanups
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jul 2011 16:09:17 +0000 (18:09 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jul 2011 16:09:17 +0000 (18:09 +0200)
modules/meta_engine/taglib.cpp

index 2faa39a16b7ab222b76c89e8f82fc9f090936b14..81389f939d5e14c34a8bbf100af0bd0a429f9e26 100644 (file)
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
-#include <vlc_meta.h>
-#include <vlc_demux.h>
-#include <vlc_strings.h>
-#include <vlc_charset.h>
-#include <vlc_input.h> /* for attachment_new */
+#include <vlc_demux.h>              /* demux_meta_t */
+#include <vlc_strings.h>            /* vlc_b64_decode_binary */
+#include <vlc_charset.h>            /* ToLocale, LocaleFree */
+#include <vlc_input.h>              /* for attachment_new */
 
 #ifdef WIN32
 # include <io.h>