]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/grey_yuv.c
Remove stdlib.h
[vlc] / modules / video_chroma / grey_yuv.c
index a30539384dc3c80575791a2ae9b0e7e31199d397..6d610484e35114a20af5962c968a54c5ddd43306 100644 (file)
@@ -25,7 +25,6 @@
  * Preamble
  *****************************************************************************/
 #include <string.h>                                            /* strerror() */
-#include <stdlib.h>                                      /* malloc(), free() */
 
 #include <vlc/vlc.h>
 #include <vlc_vout.h>