summaryrefslogtreecommitdiffstats
path: root/sys/netmpls
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2015-11-24 13:37:16 +0000
committermpi <mpi@openbsd.org>2015-11-24 13:37:16 +0000
commitc8d41900430392fa0adaa08c071cbe303832752f (patch)
tree4f89fb959b1facf367123863d09a3e93d2781157 /sys/netmpls
parentThe only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. (diff)
downloadwireguard-openbsd-c8d41900430392fa0adaa08c071cbe303832752f.tar.xz
wireguard-openbsd-c8d41900430392fa0adaa08c071cbe303832752f.zip
No need for <net/if_types.h>
As a bonus this removes a "#if NCARP > 0", say yeah!
Diffstat (limited to 'sys/netmpls')
-rw-r--r--sys/netmpls/mpls_raw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netmpls/mpls_raw.c b/sys/netmpls/mpls_raw.c
index e980902ec6a..a2e91c219da 100644
--- a/sys/netmpls/mpls_raw.c
+++ b/sys/netmpls/mpls_raw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_raw.c,v 1.12 2015/07/20 21:16:39 rzalamena Exp $ */
+/* $OpenBSD: mpls_raw.c,v 1.13 2015/11/24 13:37:16 mpi Exp $ */
/*
* Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project.
@@ -42,7 +42,6 @@
#include <net/if.h>
#include <net/if_var.h>
-#include <net/if_types.h>
#include <netmpls/mpls.h>