diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index c15f827b568e..163e0a4d0ddd 100644 --- a/sys/netinet/tcp_sack.c +++ b/sys/netinet/tcp_sack.c @@ -98,7 +98,6 @@ */ #include "opt_inet.h" #include "opt_inet6.h" -#include "opt_ipsec.h" #include "opt_tcpdebug.h" #include "opt_tcp_input.h" #include "opt_tcp_sack.h" @@ -147,16 +146,6 @@ #include #endif /* TCPDEBUG */ -#ifdef FAST_IPSEC -#include -#include -#endif - -#ifdef IPSEC -#include -#include -#include -#endif /*IPSEC*/ #include extern struct uma_zone *sack_hole_zone; diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 0ed4495657af..5a086ba603bf 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 #endif -#ifdef IPSEC -#include -#endif /*IPSEC*/ - /* * TCP protocol interface to socket abstraction. */