]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/gradient.c
Remove _GNU_SOURCE and string.h too
[vlc] / modules / video_filter / gradient.c
index 5cdc7ee6f4b1078da3bb29c1396ccdf707995b67..64cdc64719a67f2e7783fdbb0298f2dbdd1f9e80 100644 (file)
@@ -25,7 +25,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>
 
 #include <math.h>                                            /* sin(), cos() */