]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_yuy2.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / video_chroma / i420_yuy2.c
index c69a4127de466c84fb8855e65924c7da2213087b..4b1b964c1ef586a7a96213f5928edc788fc292db 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>                                            /* strerror() */
 
 #include <vlc/vlc.h>
 #include <vlc_vout.h>