diff options
author | 2006-07-12 15:32:57 +0000 | |
---|---|---|
committer | 2006-07-12 15:32:57 +0000 | |
commit | a27e490442b1e8282b5ec070c413185f8a60e81d (patch) | |
tree | 240cd1169853be8f3b52ed6f47d50fc4d1a47815 | |
parent | Remove unused function (diff) | |
download | wireguard-openbsd-a27e490442b1e8282b5ec070c413185f8a60e81d.tar.xz wireguard-openbsd-a27e490442b1e8282b5ec070c413185f8a60e81d.zip |
do not include uvm_extern.h twice
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 4 |
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> |