summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-02-04 22:04:33 +0100
committerDavid Gibson2019-02-17 11:54:02 +0100
commitb39701db1312dcdadf6b9f3c1e38513a42654e39 (patch)
tree9231e70b22982f5d05b6b7a9672fe35761bd6e9c /hw
parentMerge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' i... (diff)
downloadqemu-b39701db1312dcdadf6b9f3c1e38513a42654e39.tar.gz
qemu-b39701db1312dcdadf6b9f3c1e38513a42654e39.tar.xz
qemu-b39701db1312dcdadf6b9f3c1e38513a42654e39.zip
hw/ppc/prep: 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é <philmd@redhat.com> Reviewed-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
-rw-r--r--hw/ppc/prep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index 7bda86a7d0..847d320465 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -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"