]> git.sesse.net Git - vlc/blobdiff - modules/video_output/fb.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / video_output / fb.c
index 24fa6a26b065528738b489c8f9ee3e71dbc48985..bb66afdb234e82716c4e97818918a76092cc0732 100644 (file)
@@ -26,7 +26,6 @@
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
 #include <signal.h>                                      /* SIGUSR1, SIGUSR2 */
-#include <string.h>                                            /* strerror() */
 #include <fcntl.h>                                                 /* open() */
 #include <unistd.h>                                               /* close() */