From 30a565f80d6056ccabadf77e347cf17067133f7e Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 22 Jan 2012 14:15:46 -0600 Subject: Drop include for features.h The following information is taken from the feature_test_macros man page: is a Linux/glibc-specific header file. Other systems have an analogous file, but typically with a different name. This header file is automatically included by other header files as required: it is not necessary to explicitly include it in order to employ feature test macros. Reported-by: Tibor Vago X-Gentoo-Bug: 399635 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=399635 --- src/rc/checkpath.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 4ad4ea7d..2afbe905 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -32,7 +32,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3