]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/cdrom.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / access / vcd / cdrom.c
index e7f02737786f320a2acc84740ba777d70e95a6c2..802ab8cd81881d422191644bcbf845b39c4c87a5 100644 (file)
@@ -34,7 +34,6 @@
 #endif
 
 #include <stdio.h>
-#include <string.h>
 #include <errno.h>
 #ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>