From 43b2802216ba27037b72360baf28840f94ebe0e3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 26 Sep 2006 15:38:35 +0200 Subject: [PATCH] remove unneeded headers from alsa-lib/src/alisp/alisp.c the alisp.c file includes wordexp.h even though it doesnt actually use any wordexp functions ... causes trouble when target doesnt have wordexp support :) patch attached to scrub said headers Signed-off-by: Mike Frysinger --- src/alisp/alisp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/alisp/alisp.c b/src/alisp/alisp.c index 04db6c6e..73f49bf8 100644 --- a/src/alisp/alisp.c +++ b/src/alisp/alisp.c @@ -30,7 +30,6 @@ #include #include #include -#include #define alisp_seq_iterator alisp_object -- 2.47.3