summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
diff options
context:
space:
mode:
authorskra <skra@FreeBSD.org>2016-02-22 09:08:04 +0000
committerskra <skra@FreeBSD.org>2016-02-22 09:08:04 +0000
commitad68cf93b11d0db8c7664ce8557cc38db6aa7468 (patch)
tree7ba283e865906d0825ef12656ba16899b6f75fce /sys/amd64/vmm
parent812447f90a35cc600130f698908186c552c028a2 (diff)
downloadFreeBSD-src-ad68cf93b11d0db8c7664ce8557cc38db6aa7468.zip
FreeBSD-src-ad68cf93b11d0db8c7664ce8557cc38db6aa7468.tar.gz
As <machine/vmparam.h> is included from <vm/vm_param.h>, there is no
need to include it explicitly when <vm/vm_param.h> is already included. Suggested by: alc Reviewed by: alc Differential Revision: https://reviews.freebsd.org/D5379
Diffstat (limited to 'sys/amd64/vmm')
-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 0987059..b981520 100644
--- a/sys/amd64/vmm/vmm.c
+++ b/sys/amd64/vmm/vmm.c
@@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$");
#include <machine/smp.h>
#include <x86/psl.h>
#include <x86/apicreg.h>
-#include <machine/vmparam.h>
#include <machine/vmm.h>
#include <machine/vmm_dev.h>
OpenPOWER on IntegriCloud