hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 4 Feb 2019 21:04:33 +0000 (22:04 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 17 Feb 2019 10:54:02 +0000 (21:54 +1100)
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: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/prep.c

index 7bda86a7d077ce5d7b3664601b8039ebc561d9db..847d32046568ea5fe815d2733432d26799e40266 100644 (file)
@@ -26,7 +26,6 @@
 #include "cpu.h"
 #include "hw/hw.h"
 #include "hw/timer/m48t59.h"
-#include "hw/i386/pc.h"
 #include "hw/char/serial.h"
 #include "hw/block/fdc.h"
 #include "net/net.h"