summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-26 15:37:47 +0200
committerTakashi Iwai <tiwai@suse.de>2006-09-26 15:37:47 +0200
commit0a8bd08c62d5846f403360c7ff274c4e7d4d7c15 (patch)
treebe3017f9bf7ad8249d8f903f3f868d252ee9af23
parent65f397845a684f4913abf90016c3ffc19de659de (diff)
downloadalsa-lib-0a8bd08c62d5846f403360c7ff274c4e7d4d7c15.tar.gz
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>
-rw-r--r--src/names.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/names.c b/src/names.c
index 652477af..a4363723 100644
--- a/src/names.c
+++ b/src/names.c
@@ -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