diff options
author | djm <djm> | 2006-03-15 00:19:42 +0000 |
---|---|---|
committer | djm <djm> | 2006-03-15 00:19:42 +0000 |
commit | 9a3c9753046668012b37d3c5a97aa2c6620c3225 (patch) | |
tree | 3fef0d63a28502d926e976444964dcdbe68f57c0 /includes.h | |
parent | 39c179586b8657d25d3d6ff16ab5c41425a9e10b (diff) | |
download | openssh-9a3c9753046668012b37d3c5a97aa2c6620c3225.tar.gz |
- stevesk@cvs.openbsd.org 2006/02/08 12:32:49
[includes.h misc.c]
move #include <netinet/tcp.h> out of includes.h; ok markus@
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.26 2006/02/08 12:15:27 stevesk Exp $ */ +/* $OpenBSD: includes.h,v 1.27 2006/02/08 12:32:49 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -140,7 +140,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include <netinet/in_systm.h> /* For typedefs */ #include <netinet/in.h> /* For IPv6 macros */ #include <netinet/ip.h> /* For IPTOS macros */ -#include <netinet/tcp.h> #include <arpa/inet.h> #if defined(HAVE_NETDB_H) # include <netdb.h> |