diff options
author | andre <andre@FreeBSD.org> | 2005-08-23 14:42:40 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2005-08-23 14:42:40 +0000 |
commit | bc08e8e9deb8134199a83444468e380fc57a6741 (patch) | |
tree | c4cdc8a32601ff2cfe57940fbcf3bed2db1c32eb /sys/netinet/tcp_usrreq.c | |
parent | 20fd9e3a1fd2c7f3812ce9218db0d7b8d62134b5 (diff) | |
download | FreeBSD-src-bc08e8e9deb8134199a83444468e380fc57a6741.zip FreeBSD-src-bc08e8e9deb8134199a83444468e380fc57a6741.tar.gz |
Remove unnecessary IPSEC includes.
MFC after: 2 weeks
Sponsored by: TCP/IP Optimization Fundraise 2005
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r-- | sys/netinet/tcp_usrreq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 0ed4495..5a086ba 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -30,7 +30,6 @@ * $FreeBSD$ */ -#include "opt_ipsec.h" #include "opt_inet.h" #include "opt_inet6.h" #include "opt_tcpdebug.h" @@ -78,10 +77,6 @@ #include <netinet/tcp_debug.h> #endif -#ifdef IPSEC -#include <netinet6/ipsec.h> -#endif /*IPSEC*/ - /* * TCP protocol interface to socket abstraction. */ |