]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/float.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / audio_filter / converter / float.c
index b07e033767f57635fc91d54399e3cb5d32815cb2..85f27a8fb0cb55eae6f8ba293febf8308118bbdf 100644 (file)
@@ -30,7 +30,6 @@
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <string.h>
 
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>