summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2015-05-13 08:01:21 +0000
committermpi <mpi@openbsd.org>2015-05-13 08:01:21 +0000
commitb5a1e48a469d1c7dab3ac7292ff50760771ae103 (patch)
treed6cea05395447fae226dfbbcdb18767b3788b30a
parentThe enqueuer should never encouter the "From " separator in its headers, as (diff)
downloadwireguard-openbsd-b5a1e48a469d1c7dab3ac7292ff50760771ae103.tar.xz
wireguard-openbsd-b5a1e48a469d1c7dab3ac7292ff50760771ae103.zip
Remove useless "bridge.h" include.
ok miod@
-rw-r--r--sys/arch/vax/vax/machdep.c3
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>