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 */