summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_sack.c
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 /sys/netinet/tcp_sack.c
parent0bdf5171c856a1657a79c24f1fd3c36189d3f13a (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_sack.c')
-rw-r--r--sys/netinet/tcp_sack.c11
1 files changed, 0 insertions, 11 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;