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 <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2006-09-26 15:38:35 +02:00 committed by Takashi Iwai
parent 0a8bd08c62
commit 43b2802216

View file

@ -30,7 +30,6 @@
#include <ctype.h> #include <ctype.h>
#include <math.h> #include <math.h>
#include <err.h> #include <err.h>
#include <wordexp.h>
#define alisp_seq_iterator alisp_object #define alisp_seq_iterator alisp_object