Browse Source

libnsl,libresolv: do not include unneeded features.h

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 13 years ago
parent
commit
c8eb6b4c7a
2 changed files with 0 additions and 4 deletions
  1. 0 2
      libnsl/nsl.c
  2. 0 2
      libresolv/resolv.c

+ 0 - 2
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)
 {

+ 0 - 2
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)
 {