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:
Mike Frysinger 2006-09-26 15:37:47 +02:00 committed by Takashi Iwai
parent 65f397845a
commit 0a8bd08c62

View file

@ -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