diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-08-20 03:43:30 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-08-20 03:43:30 +0000 |
commit | 7d0cf5be3510bd54458b6e070a97f8a9906a03a7 (patch) | |
tree | ab5f0995befbe22e1543adfdcf3bbc6c9d3b84a6 /sys/arch/i386/include | |
parent | cadc8268c266cc7d5e9977e8e5c9f60e5935998a (diff) |
Remove an unused #include file from i386 and amd64 pmap.h
ok miod@, millert@, deraadt@
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/pmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h index 1acab8dc63d..e5cc987a44b 100644 --- a/sys/arch/i386/include/pmap.h +++ b/sys/arch/i386/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.76 2015/07/02 16:14:43 kettenis Exp $ */ +/* $OpenBSD: pmap.h,v 1.77 2015/08/20 03:43:29 mlarkin Exp $ */ /* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */ /* @@ -34,7 +34,6 @@ #define _MACHINE_PMAP_H_ #ifdef _KERNEL -#include <sys/mman.h> #include <machine/cpufunc.h> #include <machine/segments.h> #endif |