aboutsummaryrefslogtreecommitdiff
path: root/hw/display/qxl.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-10-17 13:44:20 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2017-12-18 17:07:02 +0300
commite07b15891ecafb9c198245410013b30a68de7bfe (patch)
treeaf9e16c2dca303c0d786432b7b287f88b2247a28 /hw/display/qxl.h
parentd10d69e39d921a7ca23458421195116ab4577c87 (diff)
downloadqemu-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/qxl.h')
-rw-r--r--hw/display/qxl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/qxl.h b/hw/display/qxl.h
index f6556ad..8668a8e 100644
--- a/hw/display/qxl.h
+++ b/hw/display/qxl.h
@@ -3,7 +3,6 @@
#include "qemu-common.h"
-#include "ui/console.h"
#include "hw/hw.h"
#include "hw/pci/pci.h"
#include "vga_int.h"