diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-10-03 22:46:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-10-03 22:46:10 +0000 |
commit | d562a4d97a393cd79917c3087499bbd06f215b2e (patch) | |
tree | e5e367741d14de79fe301afdec4789fc3f283468 /sys/arch/mips64 | |
parent | 8c7d72f8ba7b758fbd88ba1cdc00dc4475124d30 (diff) |
Don't include <mips64/archtype.h> unless you really need it.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/mips64/pmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/pmap.c b/sys/arch/mips64/mips64/pmap.c index bccff8c741d..fce96132e20 100644 --- a/sys/arch/mips64/mips64/pmap.c +++ b/sys/arch/mips64/mips64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.65 2012/09/29 21:37:03 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.66 2012/10/03 22:46:07 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -36,7 +36,6 @@ #include <sys/shm.h> #endif -#include <mips64/archtype.h> #include <mips64/cache.h> #include <machine/autoconf.h> #include <machine/cpu.h> |