From: Miroslav Lichvar Date: Tue, 15 Sep 2015 16:42:09 +0000 (+0200) Subject: clean up sysincl.h X-Git-Tag: 2.2-pre1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c075c070f03b32effb5c28b6befc034295c416ad;p=thirdparty%2Fchrony.git clean up sysincl.h --- diff --git a/sysincl.h b/sysincl.h index 31d28ad0..e04b6e14 100644 --- a/sysincl.h +++ b/sysincl.h @@ -29,20 +29,12 @@ #ifndef GOT_SYSINCL_H #define GOT_SYSINCL_H -#if defined (SOLARIS) || defined(SUNOS) || defined(LINUX) || defined(NETBSD) || defined (MACOSX) - -#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(MACOSX) -#include -#endif #include #include #include #include #include #include -#if !defined(__FreeBSD__) && !defined(MACOSX) -#include -#endif #include #include #include @@ -78,17 +70,9 @@ #include -#endif - #ifdef FEAT_IPV6 /* For inet_ntop() */ #include #endif -#if defined (SOLARIS) || defined(SUNOS) -/* Only needed on these platforms, and doesn't exist on some Linux - versions. */ -#include -#endif - #endif /* GOT_SYSINCL_H */