mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
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:
parent
0a8bd08c62
commit
43b2802216
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue