]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/channel_mixer/mono.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / audio_filter / channel_mixer / mono.c
index 9c38bec0be10eb9f9f8d3fe1f26e429bc979a883..a185ad77e4752de261d36ca8d4b665d6da62c226 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>
 #include <math.h>                                        /* sqrt */
 
 #ifdef HAVE_STDINT_H