]> git.sesse.net Git - vlc/blobdiff - modules/audio_mixer/float32.c
Fix problem with the search lua wrapper (it always returned the "category" playlist...
[vlc] / modules / audio_mixer / float32.c
index 33e5315dc48aec0e5a68deb82d5ea7012049d9a6..26d669cf6e922983daea1f269d07c4c1a1a0b6bf 100644 (file)
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -24,8 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                      /* malloc(), free() */
-#include <string.h>
 
 #include <vlc/vlc.h>
 #include <vlc_aout.h>