diff options
author | 2015-05-13 08:01:21 +0000 | |
---|---|---|
committer | 2015-05-13 08:01:21 +0000 | |
commit | b5a1e48a469d1c7dab3ac7292ff50760771ae103 (patch) | |
tree | d6cea05395447fae226dfbbcdb18767b3788b30a | |
parent | The enqueuer should never encouter the "From " separator in its headers, as (diff) | |
download | wireguard-openbsd-b5a1e48a469d1c7dab3ac7292ff50760771ae103.tar.xz wireguard-openbsd-b5a1e48a469d1c7dab3ac7292ff50760771ae103.zip |
Remove useless "bridge.h" include.
ok miod@
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index bfbb56f1469..b334da6e20b 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.148 2015/02/07 23:30:13 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.149 2015/05/13 08:01:21 mpi Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -80,7 +80,6 @@ #include <netinet/in.h> #include <netinet/ip_var.h> #include "ppp.h" /* For NPPP */ -#include "bridge.h" /* For NBRIDGE */ #if NPPP > 0 #include <net/ppp_defs.h> #include <net/if_ppp.h> |