diff options
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. */ |