Re: [Qemu-devel] [PATCH v3 36/42] hw/display/vga: "vga_int.h" requires "ui/console.h"

2017-10-18 Thread Thomas Huth
On 17.10.2017 18:44, Philippe Mathieu-Daudé wrote: > since The VGACommonState struct has a GraphicHwOps *hw_ops member, > then remove the now unnecessary includes. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/display/qxl.h| 1 - > hw/display/vga_int.h| 3 ++- > hw/display/cir

[Qemu-devel] [PATCH v3 36/42] hw/display/vga: "vga_int.h" requires "ui/console.h"

2017-10-17 Thread Philippe Mathieu-Daudé
since The VGACommonState struct has a GraphicHwOps *hw_ops member, then remove the now unnecessary includes. Signed-off-by: Philippe Mathieu-Daudé --- hw/display/qxl.h| 1 - hw/display/vga_int.h| 3 ++- hw/display/cirrus_vga.c | 1 - hw/display/vga-isa-mm.c | 1 - hw/display/vga-isa.