diff options
author | 2013-08-21 13:53:48 +0000 | |
---|---|---|
committer | 2013-08-21 13:53:48 +0000 | |
commit | 71be9597a25c8aaf1f4867d3dc7da6557ffe0999 (patch) | |
tree | 1010b5419777f01df2265690a1b97410d0df9bbf | |
parent | Fix build without vlan. (diff) | |
download | wireguard-openbsd-71be9597a25c8aaf1f4867d3dc7da6557ffe0999.tar.xz wireguard-openbsd-71be9597a25c8aaf1f4867d3dc7da6557ffe0999.zip |
No need to include if_vlan_var.h twice.
-rw-r--r-- | sys/net/if_bridge.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 9169cceb7d8..2aa4ce05341 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bridge.c,v 1.213 2013/08/05 11:18:03 mikeb Exp $ */ +/* $OpenBSD: if_bridge.c,v 1.214 2013/08/21 13:53:48 mpi Exp $ */ /* * Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) @@ -88,8 +88,6 @@ #include <net/bpf.h> #endif -#include <net/if_vlan_var.h> - #if NCARP > 0 #include <netinet/ip_carp.h> #endif |