diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-10-17 13:44:20 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-12-18 17:07:02 +0300 |
commit | e07b15891ecafb9c198245410013b30a68de7bfe (patch) | |
tree | af9e16c2dca303c0d786432b7b287f88b2247a28 /hw/display/vga.c | |
parent | d10d69e39d921a7ca23458421195116ab4577c87 (diff) | |
download | qemu-e07b15891ecafb9c198245410013b30a68de7bfe.zip qemu-e07b15891ecafb9c198245410013b30a68de7bfe.tar.gz qemu-e07b15891ecafb9c198245410013b30a68de7bfe.tar.bz2 |
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.c')
-rw-r--r-- | hw/display/vga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/vga.c b/hw/display/vga.c index ce95b40..4163b53 100644 --- a/hw/display/vga.c +++ b/hw/display/vga.c @@ -24,7 +24,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "hw/hw.h" -#include "ui/console.h" #include "hw/i386/pc.h" #include "hw/pci/pci.h" #include "vga_int.h" |