hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 4 Feb 2019 21:04:31 +0000 (22:04 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 6 Feb 2019 14:53:24 +0000 (15:53 +0100)
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é <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20190204210433.26088-2-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/sparc64/sun4u.c

index f76b19e4e93bef001562dffaaf3252fd6ad27fec..fdf3f14a298c37973da727a32639b059368e6ef5 100644 (file)
@@ -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"