summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 03:51:51 +0000
committerdjm <djm>2006-07-24 03:51:51 +0000
commit2c8f0bce4bd86eaefb32534541a25bb425eafb28 (patch)
tree7b62f2c991bae8bb9036164f2de2260126da7d83 /includes.h
parent24969496a4023e0553168ea012ac11c0bdb31c15 (diff)
downloadopenssh-2c8f0bce4bd86eaefb32534541a25bb425eafb28.tar.gz
- stevesk@cvs.openbsd.org 2006/07/12 22:28:52
[auth-options.c canohost.c channels.c includes.h readconf.c servconf.c ssh-keyscan.c ssh.c sshconnect.c sshd.c] move #include <netdb.h> out of includes.h; ok djm@
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes.h b/includes.h
index 08d34486..7a3396c1 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.49 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.50 2006/07/12 22:28:51 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -123,9 +123,6 @@
#endif
#include <netinet/in_systm.h> /* For typedefs */
-#if defined(HAVE_NETDB_H)
-# include <netdb.h>
-#endif
#ifdef HAVE_RPC_TYPES_H
# include <rpc/types.h> /* For INADDR_LOOPBACK */
#endif