summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:51:02 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:51:02 +0000
commita9311767b4f00338f33428f0f5846e62527dfb44 (patch)
treee776170f47bd30b1e4ee261fdc5fc8503eab0648 /sys/arch/vax
parent3e9e99725cc6bec08359979b9ff83db24b0645d3 (diff)
Nuke some obvious #include duplications.
ok espie@ deraadt@ millert@ tedu@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c
index 7705426e3f8..f1655eb80a1 100644
--- a/sys/arch/vax/vax/machdep.c
+++ b/sys/arch/vax/vax/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.144 2014/09/20 09:28:24 kettenis Exp $ */
+/* $OpenBSD: machdep.c,v 1.145 2014/11/18 20:51:01 krw Exp $ */
/* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */
/*
@@ -77,8 +77,6 @@
#include <net/if.h>
#include <uvm/uvm.h>
-#include <net/if.h>
-
#ifdef INET
#include <netinet/in.h>
#include <netinet/ip_var.h>