diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-01 01:08:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-01 01:08:58 +0000 |
commit | 3cca2994fc80d0682b5f73d0f59ad6990f0a1ecf (patch) | |
tree | af96abe7f5d1aea6782c6a57abe20f00b1be723f | |
parent | 4c656becd31bbe8a89b8af7561f1cc8ef31c8fa9 (diff) |
Don't need to include machine/types.h here. OK and tested by miod@
-rw-r--r-- | sys/arch/vax/include/pmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/include/pmap.h b/sys/arch/vax/include/pmap.h index 159a98a2759..6d421d1269b 100644 --- a/sys/arch/vax/include/pmap.h +++ b/sys/arch/vax/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.26 2005/11/06 22:21:30 miod Exp $ */ +/* $OpenBSD: pmap.h,v 1.27 2006/01/01 01:08:57 millert Exp $ */ /* $NetBSD: pmap.h,v 1.37 1999/08/01 13:48:07 ragge Exp $ */ /* @@ -43,7 +43,6 @@ #ifndef PMAP_H #define PMAP_H -#include <machine/types.h> #include <machine/pte.h> #include <machine/mtpr.h> #include <machine/pcb.h> |