diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-24 00:14:35 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:32 +0200 |
commit | c8eb6b4c7a9f84f6fd902654509dc32741dc9e6c (patch) | |
tree | a948a07a633c3c5251dca89777d1a0e22d2e6f67 /libresolv | |
parent | 9b0f7d99899bf96510a4c3ea84218b7efb50f696 (diff) |
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>
Diffstat (limited to 'libresolv')
-rw-r--r-- | libresolv/resolv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libresolv/resolv.c b/libresolv/resolv.c index 38b10ff21..431996962 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) { |