From 7d0cf5be3510bd54458b6e070a97f8a9906a03a7 Mon Sep 17 00:00:00 2001 From: Mike Larkin Date: Thu, 20 Aug 2015 03:43:30 +0000 Subject: Remove an unused #include file from i386 and amd64 pmap.h ok miod@, millert@, deraadt@ --- sys/arch/amd64/include/pmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/amd64/include') diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index f7639fc04b9..15e41cc1284 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.57 2015/06/29 02:54:51 mlarkin Exp $ */ +/* $OpenBSD: pmap.h,v 1.58 2015/08/20 03:43:29 mlarkin Exp $ */ /* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* @@ -70,7 +70,6 @@ #ifndef _LOCORE #ifdef _KERNEL -#include #include #include #endif /* _KERNEL */ -- cgit v1.2.3