From ef8fd90476e79bd691cb16936c09d258a701a184 Mon Sep 17 00:00:00 2001 From: Andre Oppermann Date: Tue, 23 Aug 2005 14:42:40 +0000 Subject: [PATCH] Remove unnecessary IPSEC includes. MFC after: 2 weeks Sponsored by: TCP/IP Optimization Fundraise 2005 --- sys/netinet/tcp_sack.c | 11 ----------- sys/netinet/tcp_usrreq.c | 5 ----- 2 files changed, 16 deletions(-) diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index c15f827b568..163e0a4d0dd 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 0ed4495657a..5a086ba603b 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. */