]> git.sesse.net Git - vlc/blobdiff - modules/video_output/caca.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / video_output / caca.c
index d3bccdbffd696a33a57bc97ae3ef1ff66e791d83..66e2452db06a9658a511f4c8981c1a7538647b3b 100644 (file)
@@ -25,7 +25,6 @@
  * Preamble
  *****************************************************************************/
 #include <errno.h>                                                 /* ENOMEM */
-#include <string.h>                                            /* strerror() */
 
 #include <caca.h>