summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2005-08-23 14:42:40 +0000
committerAndre Oppermann <andre@FreeBSD.org>2005-08-23 14:42:40 +0000
commitef8fd90476e79bd691cb16936c09d258a701a184 (patch)
treec4cdc8a32601ff2cfe57940fbcf3bed2db1c32eb
parent0bdf5171c856a1657a79c24f1fd3c36189d3f13a (diff)
Notes
-rw-r--r--sys/netinet/tcp_sack.c11
-rw-r--r--sys/netinet/tcp_usrreq.c5
2 files changed, 0 insertions, 16 deletions
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 <netinet/tcp_debug.h>
#endif /* TCPDEBUG */
-#ifdef FAST_IPSEC
-#include <netipsec/ipsec.h>
-#include <netipsec/ipsec6.h>
-#endif
-
-#ifdef IPSEC
-#include <netinet6/ipsec.h>
-#include <netinet6/ipsec6.h>
-#include <netkey/key.h>
-#endif /*IPSEC*/
#include <machine/in_cksum.h>
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 <netinet/tcp_debug.h>
#endif
-#ifdef IPSEC
-#include <netinet6/ipsec.h>
-#endif /*IPSEC*/
-
/*
* TCP protocol interface to socket abstraction.
*/