]> git.sesse.net Git - vlc/blobdiff - src/audio_output/mixer.c
- Remove config_FindModule as module_Find nowadays does the same thing
[vlc] / src / audio_output / mixer.c
index ee2de270a080fdbc41b4a62a7e32b94578b85177..cbcfcc3e10df1f5d56b93f0d205549c789611089 100644 (file)
@@ -24,9 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                            /* calloc(), malloc(), free() */
-#include <string.h>
-
 #include <vlc/vlc.h>
 
 #ifdef HAVE_ALLOCA_H