aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/cloudabi64
diff options
context:
space:
mode:
authorSvatopluk Kraus <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
committerSvatopluk Kraus <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
commita1e1814d763ae0dd1c50a85bbd6884969ed26126 (patch)
tree556a460f8cc515163546f02c872c1deb001fb20c /sys/amd64/cloudabi64
parented3960349bd87a4f3f3d9a1189b5425ec677797e (diff)
downloadsrc-a1e1814d763ae0dd1c50a85bbd6884969ed26126.tar.gz
src-a1e1814d763ae0dd1c50a85bbd6884969ed26126.zip
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
include it explicitly when <vm/pmap.h> is already included. Reviewed by: alc, kib Differential Revision: https://reviews.freebsd.org/D5373
Notes
Notes: svn path=/head/; revision=295880
Diffstat (limited to 'sys/amd64/cloudabi64')
-rw-r--r--sys/amd64/cloudabi64/cloudabi64_sysvec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/cloudabi64/cloudabi64_sysvec.c b/sys/amd64/cloudabi64/cloudabi64_sysvec.c
index e6e680bb512d..30a2bbf78498 100644
--- a/sys/amd64/cloudabi64/cloudabi64_sysvec.c
+++ b/sys/amd64/cloudabi64/cloudabi64_sysvec.c
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
#include <machine/frame.h>
#include <machine/pcb.h>
-#include <machine/pmap.h>
#include <machine/vmparam.h>
#include <compat/cloudabi/cloudabi_util.h>