From 4fb3b3a045b9cf9821228d2a01573c2e20744a10 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Thu, 24 Mar 2011 00:14:35 +0100
Subject: [PATCH 174/396] libnsl,libresolv: do not include unneeded features.h

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libnsl/nsl.c       |    2 --
 libresolv/resolv.c |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libnsl/nsl.c b/libnsl/nsl.c
index 37d5b93..a91ec93 100644
--- a/libnsl/nsl.c
+++ b/libnsl/nsl.c
@@ -7,8 +7,6 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <features.h>
-
 void __stub2(void);
 void __stub2(void)
 {
diff --git a/libresolv/resolv.c b/libresolv/resolv.c
index 38b10ff..4319969 100644
--- a/libresolv/resolv.c
+++ b/libresolv/resolv.c
@@ -7,8 +7,6 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <features.h>
-
 void __stub1(void);
 void __stub1(void)
 {
-- 
1.7.0.4

