]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/direct3d.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / video_output / msw / direct3d.c
index a260c390841ab8a65cb718154d1df794eabb2601..38fcb4fb2d9f581a82ffb5ca58244bd79060879c 100644 (file)
@@ -34,7 +34,6 @@
  *
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <string.h>                                            /* strerror() */
 
 #include <vlc/vlc.h>
 #include <vlc_interface.h>