]> git.alsa-project.org Git - alsa-lib.git/commit
remove unneeded headers from alsa-lib/src/alisp/alisp.c
authorMike Frysinger <vapier@gentoo.org>
Tue, 26 Sep 2006 13:38:35 +0000 (15:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Sep 2006 13:38:35 +0000 (15:38 +0200)
commit43b2802216ba27037b72360baf28840f94ebe0e3
treed2a63ab676db2aa1972d463dec87fc55d51698ee
parent0a8bd08c62d5846f403360c7ff274c4e7d4d7c15
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>
src/alisp/alisp.c