summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-07-12 15:32:58 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-07-12 15:32:58 +0000
commiteff3f668129a5f5f3fc4cf5393a2fa29a1c44160 (patch)
tree1e10ae8335842358604ce80baf15b23abb34e3ac
parent459fa29354cba1ef98b9970a92a5060f2c3f328f (diff)
do not include uvm_extern.h twice
-rw-r--r--sys/arch/alpha/alpha/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c
index aef2e8c3c05..24acebce9b9 100644
--- a/sys/arch/alpha/alpha/machdep.c
+++ b/sys/arch/alpha/alpha/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.102 2006/06/20 14:06:01 deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.103 2006/07/12 15:32:57 martin Exp $ */
/* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */
/*-
@@ -100,8 +100,6 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
-#include <uvm/uvm_extern.h>
-
#include <dev/cons.h>
#include <machine/autoconf.h>