summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-06-27 13:28:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-06-27 13:28:48 +0000
commit40753e96f717bbcff3bcdd8dce37d0f1d4a61cd8 (patch)
tree358c21bc074f6d4bc6a7c3e3f3c94f04100508ce /sys/arch/sgi
parentcaea54f975623f976113b9c61796d93332d93d28 (diff)
If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/sgi/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c
index 14742f0e9c4..fa527d52225 100644
--- a/sys/arch/sgi/sgi/machdep.c
+++ b/sys/arch/sgi/sgi/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.104 2010/06/27 03:03:48 thib Exp $ */
+/* $OpenBSD: machdep.c,v 1.105 2010/06/27 13:28:46 miod Exp $ */
/*
* Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -48,7 +48,6 @@
#endif
#include <uvm/uvm.h>
-#include <uvm/uvm_extern.h>
#include <machine/db_machdep.h>
#include <ddb/db_interface.h>