diff options
| author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-02-04 22:04:33 +0100 |
|---|---|---|
| committer | David Gibson <david@gibson.dropbear.id.au> | 2019-02-17 21:54:02 +1100 |
| commit | b39701db1312dcdadf6b9f3c1e38513a42654e39 (patch) | |
| tree | 9231e70b22982f5d05b6b7a9672fe35761bd6e9c /hw/ppc/prep.c | |
| parent | 1e36232994c8ad01774501d2e299deba3a2469af (diff) | |
| download | focaccia-qemu-b39701db1312dcdadf6b9f3c1e38513a42654e39.tar.gz focaccia-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 '')
| -rw-r--r-- | hw/ppc/prep.c | 1 |
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" |