From 0a8bd08c62d5846f403360c7ff274c4e7d4d7c15 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 26 Sep 2006 15:37:47 +0200 Subject: 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 --- src/names.c | 4 ---- 1 file changed, 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 -#include -#include #include #include -#include -#include #include "local.h" #ifndef DOC_HIDDEN -- cgit v1.2.1