]> git.sesse.net Git - vlc/blobdiff - src/audio_output/output.c
Remember not to include anything before vlc/vlc.h
[vlc] / src / audio_output / output.c
index f425ccac5990aee3a89c1325ae00d276e5396421..86f8a06a0afd24ee18e92225a6de28fc64158c92 100644 (file)
@@ -24,9 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                            /* calloc(), malloc(), free() */
-#include <string.h>
-
 #include <vlc/vlc.h>
 #include <vlc_aout.h>
 #include "aout_internal.h"