]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mosaic.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / video_filter / mosaic.c
index 149adaed54f778e338a50916bf68c48510c7dcf4..003759facb9cd51675ee7a5c47c81f314426f893 100644 (file)
@@ -25,8 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#define _GNU_SOURCE
-#include <string.h>
 #include <math.h>
 
 #include <vlc/vlc.h>