]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/resampler/trivial.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / audio_filter / resampler / trivial.c
index fb72fc5c945b10fdd17e2c4d28e07c7f1ac89996..a5892b2268c5ad3c1c376c8378a72bc51154af95 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
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                      /* malloc(), free() */
-#include <string.h>
 
 #include <vlc/vlc.h>
-#include "audio_output.h"
-#include "aout_internal.h"
+#include <vlc_aout.h>
 
 /*****************************************************************************
  * Local prototypes