aboutsummaryrefslogtreecommitdiff
path: root/hw/display
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-05-06 00:56:40 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-07 09:11:27 +0200
commitfad691db49454f3cd64283ccc6cdf554a68c727f (patch)
tree65cd84f18723cf064e7d7d0fda77b2fe162848ae /hw/display
parent295854686eaff0edb7e27b14c8b47ca18a9f31b9 (diff)
downloadqemu-fad691db49454f3cd64283ccc6cdf554a68c727f.zip
qemu-fad691db49454f3cd64283ccc6cdf554a68c727f.tar.gz
qemu-fad691db49454f3cd64283ccc6cdf554a68c727f.tar.bz2
hw/display/cirrus_vga: Remove unused include
Commit ce3cf70edaaf split the ISA device out of the PCI one, but forgot to remove the "hw/loader.h" header inclusion (the ISA device calls rom_add_vga()). Remove the now unused include. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 20190505225640.4592-1-philmd@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/cirrus_vga.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c
index a04440b..76c052c 100644
--- a/hw/display/cirrus_vga.c
+++ b/hw/display/cirrus_vga.c
@@ -38,7 +38,6 @@
#include "hw/hw.h"
#include "hw/pci/pci.h"
#include "ui/pixel_ops.h"
-#include "hw/loader.h"
#include "cirrus_vga_internal.h"
/*