X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faudio_output%2Fportaudio.c;h=4c3cb39d4407a820a9c28e925eb2e34dbb982603;hb=9af57553c9e93a62d2f9b68f78d0420053fbffa2;hp=65668f7348c25cdd53927deddd0bd5ad28a5dcd0;hpb=12efe797994da9153a6c1275f28631888d3d2a80;p=vlc diff --git a/modules/audio_output/portaudio.c b/modules/audio_output/portaudio.c index 65668f7348..4c3cb39d44 100644 --- a/modules/audio_output/portaudio.c +++ b/modules/audio_output/portaudio.c @@ -11,7 +11,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 @@ -25,14 +25,12 @@ /***************************************************************************** * Preamble *****************************************************************************/ -#include -#include #include -#include -#include +#include -#include "aout_internal.h" + +#include #define FRAME_SIZE 1024 /* The size is in samples, not in bytes */