From d8896f0dba78d05f7ceb50ae9ca5097f384945bd Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Oct 2013 21:24:05 +0200 Subject: ao_alsa: don't include alloca.h It's true that ALSA uses alloca() in some of its API functions, but since this is hidden behind macros in the ALSA headers, we have no reason to include alloca.h ourselves. Might help with portability (FreeBSD). --- stream/ai_alsa1x.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream') diff --git a/stream/ai_alsa1x.c b/stream/ai_alsa1x.c index 82dec5669d..750e43b2dd 100644 --- a/stream/ai_alsa1x.c +++ b/stream/ai_alsa1x.c @@ -19,7 +19,6 @@ #include #include #include -#include #include "config.h" -- cgit v1.2.3