20001229
 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
   Kurz <shorty@debain.org>

20001228
 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
   header.  Patch by Tim Rice <tim@multitalents.net>
 - Updated TODO w/ known HP/UX issue
 - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
   bad reference to 'NeXT including it else were' on the #ifdef version.
diff --git a/includes.h b/includes.h
index 9160663..c3309a5 100644
--- a/includes.h
+++ b/includes.h
@@ -32,7 +32,6 @@
 #include <netinet/tcp.h>
 #endif
 #include <arpa/inet.h>
-#include <netdb.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -56,8 +55,7 @@
 #ifdef HAVE_NETGROUP_H
 # include <netgroup.h>
 #endif 
-#if defined(HAVE_NETDB_H) && !defined(HAVE_NEXT)
-/* Next includes this as part of another header */
+#if defined(HAVE_NETDB_H)
 # include <netdb.h>
 #endif 
 #ifdef HAVE_ENDIAN_H