From: Pádraig Brady Date: Mon, 18 May 2015 11:25:22 +0000 (+0100) Subject: maint: remove sys/types.h include order check X-Git-Tag: v8.24~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a41172a5c4b23b34fba3d76c036afa0f2a7eeb28;p=thirdparty%2Fcoreutils.git maint: remove sys/types.h include order check * src/system.h: This was inadvertently ineffective due to a typo in commit v8.9-10-ge1aaf89 (Jan 2011), but has not caused any issues, so remove. --- diff --git a/src/system.h b/src/system.h index 8a9b47907d..8f6a2ea840 100644 --- a/src/system.h +++ b/src/system.h @@ -18,16 +18,6 @@ #include -/* Include before this file. - Note this doesn't warn if we're included - before all system headers. */ - -#if 2 < __GLIBC__ || ( 2 == ___GLIBC__ && 2 <= __GLIBC_MINOR__ ) -# if ! defined _SYS_TYPES_H -you must include before including this file -# endif -#endif - #include /* Commonly used file permission combination. */