mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
remove unneeded headers from src/names.c
the src/names.c file includes many more headers than it actually needs ... this causes troubles when porting to a target that lacks those headers :) patch attached to scrub said headers Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
65f397845a
commit
0a8bd08c62
1 changed files with 0 additions and 4 deletions
|
|
@ -31,12 +31,8 @@
|
|||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <wordexp.h>
|
||||
#include <dlfcn.h>
|
||||
#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
#include <pthread.h>
|
||||
#include <locale.h>
|
||||
#include "local.h"
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue