summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorskra <skra@FreeBSD.org>2016-02-22 09:10:23 +0000
committerskra <skra@FreeBSD.org>2016-02-22 09:10:23 +0000
commitbad1d5e697498daa59e477829d367e2c1d7f1bb2 (patch)
tree15ffc4d051d3e870252a2a4039eecd94b71d7faf /sys/amd64
parentad68cf93b11d0db8c7664ce8557cc38db6aa7468 (diff)
downloadFreeBSD-src-bad1d5e697498daa59e477829d367e2c1d7f1bb2.zip
FreeBSD-src-bad1d5e697498daa59e477829d367e2c1d7f1bb2.tar.gz
As <machine/vm.h> is included from <vm/vm.h>, there is no need to
include it explicitly when <vm/vm.h> is already included. Reviewed by: alc, kib Differential Revision: https://reviews.freebsd.org/D5380
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/vmm/vmm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/vmm/vmm.c b/sys/amd64/vmm/vmm.c
index b981520..71eeb22 100644
--- a/sys/amd64/vmm/vmm.c
+++ b/sys/amd64/vmm/vmm.c
@@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_param.h>
#include <machine/cpu.h>
-#include <machine/vm.h>
#include <machine/pcb.h>
#include <machine/smp.h>
#include <x86/psl.h>
OpenPOWER on IntegriCloud