From: Mike Frysinger Date: Tue, 26 Sep 2006 13:37:47 +0000 (+0200) Subject: remove unneeded headers from src/names.c X-Git-Tag: v1.0.13~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0a8bd08c62d5846f403360c7ff274c4e7d4d7c15;p=alsa-lib.git 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 --- 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