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>
*/
#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