summaryrefslogtreecommitdiffstats
path: root/sys/netmpls/mpls_input.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
committermpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
commit7b2d60742912a27e72b97f75e56b23cb0851c329 (patch)
tree4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/netmpls/mpls_input.c
parents/ALLWINNER/SUNXI/g (diff)
downloadwireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.tar.xz
wireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.zip
Remove the number of in6_var.h inclusions by moving some functions and
global variables to in6.h. ok deraadt@
Diffstat (limited to 'sys/netmpls/mpls_input.c')
-rw-r--r--sys/netmpls/mpls_input.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netmpls/mpls_input.c b/sys/netmpls/mpls_input.c
index 1dd52c0afa6..46ca07e541b 100644
--- a/sys/netmpls/mpls_input.c
+++ b/sys/netmpls/mpls_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_input.c,v 1.36 2013/10/17 16:27:47 bluhm Exp $ */
+/* $OpenBSD: mpls_input.c,v 1.37 2013/10/24 11:31:43 mpi Exp $ */
/*
* Copyright (c) 2008 Claudio Jeker <claudio@openbsd.org>
@@ -30,7 +30,6 @@
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_var.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
@@ -38,7 +37,6 @@
#endif
#ifdef INET6
-#include <netinet6/in6_var.h>
#include <netinet/ip6.h>
#ifndef INET
#include <netinet/in.h>