From 6e8d4593536a59832dbbecce540498f69b75b644 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Tue, 18 Jun 2019 12:23:40 +0100 Subject: xen: Drop includes of xen/hvm/params.h xen-mapcache.c doesn't needs params.h. xen-hvm.c uses defines available in params.h but so is xen_common.h which is included before. HVM_PARAM_* flags are only needed to make xc_hvm_param_{get,set} calls so including only xenctrl.h, which is where the definition the function is, should be enough. (xenctrl.h does include params.h) Signed-off-by: Anthony PERARD Reviewed-by: Paul Durrant Message-Id: <20190618112341.513-4-anthony.perard@citrix.com> --- hw/i386/xen/xen-hvm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/i386/xen/xen-hvm.c') diff --git a/hw/i386/xen/xen-hvm.c b/hw/i386/xen/xen-hvm.c index ed9c37c72d..469f1260a4 100644 --- a/hw/i386/xen/xen-hvm.c +++ b/hw/i386/xen/xen-hvm.c @@ -27,7 +27,6 @@ #include "exec/address-spaces.h" #include -#include #include //#define DEBUG_XEN_HVM -- cgit v1.2.3