From a41172a5c4b23b34fba3d76c036afa0f2a7eeb28 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mon, 18 May 2015 12:25:22 +0100 Subject: 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. --- src/system.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index 8a9b47907..8f6a2ea84 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. */ -- cgit v1.2.3-54-g00ecf