diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 03:53:48 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-08 03:53:48 +0000 |
commit | 56031ed6b75caadd912f58b2f6ab2336cd1c7757 (patch) | |
tree | 063f0eeb4fbd986d6c0b698f482545b0b5bc1fae /sys/netinet/in_gif.c | |
parent | 770fa01639d7722a906459df7780123cd3b62229 (diff) |
Cut down on include files.
Diffstat (limited to 'sys/netinet/in_gif.c')
-rw-r--r-- | sys/netinet/in_gif.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index 291d38d3217..f4212f2874b 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_gif.c,v 1.17 2001/05/30 12:30:02 angelos Exp $ */ +/* $OpenBSD: in_gif.c,v 1.18 2001/06/08 03:53:45 angelos Exp $ */ /* $KAME: in_gif.c,v 1.50 2001/01/22 07:27:16 itojun Exp $ */ /* @@ -37,11 +37,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/socket.h> -#include <sys/sockio.h> #include <sys/mbuf.h> -#include <sys/errno.h> -#include <sys/ioctl.h> -#include <sys/protosw.h> #include <net/if.h> #include <net/route.h> @@ -52,7 +48,6 @@ #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/in_gif.h> -#include <netinet/ip_ecn.h> #include <netinet/ip_ipsp.h> #ifdef INET6 @@ -63,15 +58,9 @@ #include <netinet/ip_mroute.h> #endif /* MROUTING */ -#include <net/if_gif.h> - #include "gif.h" #include "bridge.h" -#include <machine/stdarg.h> - -#include <net/net_osdep.h> - int in_gif_output(ifp, family, m, rt) struct ifnet *ifp; |