]> git.sesse.net Git - vlc/blobdiff - modules/meta_engine/id3tag.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / meta_engine / id3tag.c
index ce48f8a8d5023af11bdfeac4d1daead314708a6e..f39e7693e6fbe3d263941ebe4c731ded53e8487b 100644 (file)
  *****************************************************************************/
 #include <config.h>
 
-#include <stdlib.h>                                      /* malloc(), free() */
-#include <string.h>
 
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_demux.h>
 #include <vlc_playlist.h>
+#include <vlc_charset.h>
 
 #include <sys/types.h>