From: Greg Kurz Date: Thu, 10 Jan 2019 14:23:58 +0000 (+0100) Subject: target/ppc/kvm: Drop useless include directive X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=52b73c09bfee1b7feae6f6c281bab5bf0f94964e;p=qemu.git target/ppc/kvm: Drop useless include directive It has been there since the enablement of PR KVM for PAPR, ie, commit f61b4bedaf35 in 2011. Not sure why at that time, but it is definitely not needed with the current code. Signed-off-by: Greg Kurz Signed-off-by: David Gibson --- diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c index ebbb48c42f..d01852fe31 100644 --- a/target/ppc/kvm.c +++ b/target/ppc/kvm.c @@ -36,7 +36,6 @@ #include "hw/sysbus.h" #include "hw/ppc/spapr.h" -#include "hw/ppc/spapr_vio.h" #include "hw/ppc/spapr_cpu_core.h" #include "hw/ppc/ppc.h" #include "sysemu/watchdog.h"