mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unneeded ipsec-related includes.
Reviewed by: rrs Differential Revision: https://reviews.freebsd.org/D16637
This commit is contained in:
parent
648cfe57fd
commit
16bbf600d9
1 changed files with 0 additions and 5 deletions
|
|
@ -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 <netinet/tcp_offload.h>
|
||||
#endif
|
||||
|
||||
#ifdef ipsec
|
||||
#include <netipsec/ipsec.h>
|
||||
#include <netipsec/ipsec6.h>
|
||||
#endif /* ipsec */
|
||||
#include "opt_rss.h"
|
||||
|
||||
MALLOC_DEFINE(M_TCPHPTS, "tcp_hpts", "TCP hpts");
|
||||
|
|
|
|||
Loading…
Reference in a new issue