mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19:44 +00:00
hw/display/cirrus_vga: Remove unused include
Commit ce3cf70eda
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>
This commit is contained in:
parent
295854686e
commit
fad691db49
@ -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"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user