diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-02-04 22:04:31 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-02-06 15:53:24 +0100 |
commit | d5b661e6763ab69eb7e7bb3a16ede5497790a811 (patch) | |
tree | cad02c37a6227d17097c1cf4761d223a1cd6a6e6 /hw | |
parent | e633a5c6619feab5323f71b5c37c3602e3818687 (diff) | |
download | qemu-d5b661e6763ab69eb7e7bb3a16ede5497790a811.zip |
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é <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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/sparc64/sun4u.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |