From c075c070f03b32effb5c28b6befc034295c416ad Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 15 Sep 2015 18:42:09 +0200 Subject: [PATCH] clean up sysincl.h --- sysincl.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/sysincl.h b/sysincl.h index 31d28ad..e04b6e1 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 */