From 93de762bcafb458b91955399d55acd5b2104490d Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 5 Jun 2017 16:04:57 +0100 Subject: [PATCH] x86/traps: remove now unused inclusion of emulate.h Signed-off-by: Wei Liu Acked-by: Jan Beulich --- xen/arch/x86/traps.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/traps.c b/xen/arch/x86/traps.c index 88dfd464e7..8c6cf109bd 100644 --- a/xen/arch/x86/traps.c +++ b/xen/arch/x86/traps.c @@ -79,8 +79,6 @@ #include #include -#include "pv/emulate.h" - /* * opt_nmi: one of 'ignore', 'dom0', or 'fatal'. * fatal: Xen prints diagnostic message and then hangs. -- 2.30.2