1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

we don't need to include ipsec.h.

Submitted by:	"Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
This commit is contained in:
Hajimu UMEMOTO 2004-02-16 16:58:48 +00:00
parent 91179f796d
commit c589019989
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125873

View File

@ -32,7 +32,6 @@
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_ipsec.h"
#include <sys/param.h>
#include <sys/systm.h>
@ -60,13 +59,6 @@
#include <netinet6/nd6.h>
#include <netinet/icmp6.h>
#ifdef IPSEC
#include <netinet6/ipsec.h>
#ifdef INET6
#include <netinet6/ipsec6.h>
#endif
#endif
#include <net/net_osdep.h>
#define SDL(s) ((struct sockaddr_dl *)s)