diff --git a/sys/netinet/tcp_hpts.c b/sys/netinet/tcp_hpts.c index efdc99bfc821..7c4ad009d73d 100644 --- a/sys/netinet/tcp_hpts.c +++ b/sys/netinet/tcp_hpts.c @@ -28,7 +28,6 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" -#include "opt_ipsec.h" #include "opt_tcpdebug.h" /** * Some notes about usage. @@ -164,10 +163,6 @@ __FBSDID("$FreeBSD$"); #include #endif -#ifdef ipsec -#include -#include -#endif /* ipsec */ #include "opt_rss.h" MALLOC_DEFINE(M_TCPHPTS, "tcp_hpts", "TCP hpts");