summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-05-13 08:01:22 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-05-13 08:01:22 +0000
commit796ce93199b85ac41c23d60203aa891aec3d181e (patch)
tree9e242182db1dde9c34233838493c3b316e92af53
parentd2edc0c11612eadd62c3e61a16175fba8d5d7f5b (diff)
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>