From: Philippe Mathieu-Daudé Date: Mon, 4 Feb 2019 21:04:31 +0000 (+0100) Subject: hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d5b661e6763ab69eb7e7bb3a16ede5497790a811;p=qemu.git hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h" In 47973a2dbf we split the last generic chipset out of the PC board, but forgot to remove the include of "hw/i386/pc.h". Since it is now unused, remove it. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Mark Cave-Ayland Message-Id: <20190204210433.26088-2-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/sparc64/sun4u.c b/hw/sparc64/sun4u.c index f76b19e4e9..fdf3f14a29 100644 --- a/hw/sparc64/sun4u.c +++ b/hw/sparc64/sun4u.c @@ -33,7 +33,6 @@ #include "hw/pci/pci_bus.h" #include "hw/pci/pci_host.h" #include "hw/pci-host/sabre.h" -#include "hw/i386/pc.h" #include "hw/char/serial.h" #include "hw/char/parallel.h" #include "hw/timer/m48t59.h"