diff options
author | Philippe Mathieu-Daudé | 2017-10-17 18:44:20 +0200 |
---|---|---|
committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
commit | e07b15891ecafb9c198245410013b30a68de7bfe (patch) | |
tree | af9e16c2dca303c0d786432b7b287f88b2247a28 /hw/display/vga-isa-mm.c | |
parent | hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h" (diff) | |
download | qemu-e07b15891ecafb9c198245410013b30a68de7bfe.tar.gz qemu-e07b15891ecafb9c198245410013b30a68de7bfe.tar.xz qemu-e07b15891ecafb9c198245410013b30a68de7bfe.zip |
hw/display/vga: "vga_int.h" requires "ui/console.h"
since The VGACommonState struct has a GraphicHwOps *hw_ops member,
then remove the now unnecessary includes.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/display/vga-isa-mm.c')
-rw-r--r-- | hw/display/vga-isa-mm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/vga-isa-mm.c b/hw/display/vga-isa-mm.c index 51ccbccc41..68c4d6e23e 100644 --- a/hw/display/vga-isa-mm.c +++ b/hw/display/vga-isa-mm.c @@ -23,7 +23,6 @@ */ #include "qemu/osdep.h" #include "hw/hw.h" -#include "ui/console.h" #include "hw/i386/pc.h" #include "vga_int.h" #include "ui/pixel_ops.h" |