svn commit: r310401 - projects/ipsec/sys/netinet/tcp_stacks

Andrey V. Elsukov ae at FreeBSD.org
Thu Dec 22 14:02:19 UTC 2016


Author: ae
Date: Thu Dec 22 14:02:18 2016
New Revision: 310401
URL: https://svnweb.freebsd.org/changeset/base/310401

Log:
  Remove unneded includes.

Modified:
  projects/ipsec/sys/netinet/tcp_stacks/fastpath.c

Modified: projects/ipsec/sys/netinet/tcp_stacks/fastpath.c
==============================================================================
--- projects/ipsec/sys/netinet/tcp_stacks/fastpath.c	Thu Dec 22 14:01:39 2016	(r310400)
+++ projects/ipsec/sys/netinet/tcp_stacks/fastpath.c	Thu Dec 22 14:02:18 2016	(r310401)
@@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$");
 
 #include "opt_inet.h"
 #include "opt_inet6.h"
-#include "opt_ipsec.h"
 #include "opt_tcpdebug.h"
 
 #include <sys/param.h>
@@ -117,11 +116,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/tcp_offload.h>
 #endif
 
-#ifdef IPSEC
-#include <netipsec/ipsec.h>
-#include <netipsec/ipsec6.h>
-#endif /*IPSEC*/
-
 #include <machine/in_cksum.h>
 
 #include <security/mac/mac_framework.h>


More information about the svn-src-projects mailing list