diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-23 15:12:43 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-23 15:12:43 +0000 |
commit | d2924ce85f964725527e58978d39bf95a72c42a1 (patch) | |
tree | efc6783cf3acdb5feb918ddbc7aba305c9b1101c /sys/netinet/ip_ipip.c | |
parent | 603c82f9a29663f53402ba36bbb39bf9594a1c04 (diff) |
Remove the number of in_var.h inclusions by moving some functions and
global variables to in.h.
ok mikeb@, deraadt@
Diffstat (limited to 'sys/netinet/ip_ipip.c')
-rw-r--r-- | sys/netinet/ip_ipip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipip.c b/sys/netinet/ip_ipip.c index 708d134783e..4181361edde 100644 --- a/sys/netinet/ip_ipip.c +++ b/sys/netinet/ip_ipip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipip.c,v 1.49 2013/10/17 16:27:44 bluhm Exp $ */ +/* $OpenBSD: ip_ipip.c,v 1.50 2013/10/23 15:12:42 mpi Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -57,7 +57,6 @@ #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> -#include <netinet/in_var.h> #include <netinet/ip_var.h> #include <netinet/ip_ecn.h> |