From c514a2a89aa1c1e06b70405eedb4e1f70b27fd10 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 26 Feb 2007 04:24:26 +0000 Subject: Removed inclusion of and in .c-files since they're already included through "setup.h". --- lib/connect.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/connect.c') diff --git a/lib/connect.c b/lib/connect.c index 14e2ff038..a18a335af 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -28,9 +28,6 @@ #ifdef HAVE_SYS_TIME_H #include #endif -#ifdef HAVE_SYS_TYPES_H -#include -#endif #ifdef HAVE_SYS_SOCKET_H #include #endif @@ -59,9 +56,9 @@ #include #endif #ifdef HAVE_STDLIB_H -#include /* required for free() prototype, without it, this crashes - on macos 68K */ -#endif +#include /* required for free() prototype, without it, this crashes */ +#endif /* on macos 68K */ + #if (defined(HAVE_FIONBIO) && defined(__NOVELL_LIBC__)) #include #endif @@ -74,7 +71,8 @@ #include #endif -#endif +#endif /* !WIN32 */ + #include #include #include -- cgit v1.2.3