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

index 652477af51c6d1d9f91d47c89252ee9a499925cb..a43637232a54a5e476a77094c975f027880d366d 100644 (file)
  */
 
 #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