ui/console: Remove MouseTransformInfo from qemu/typedefs.h
commit5a4c2e5905c05391a3374f75de582148394fd195
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Jan 2019 13:08:28 +0000 (14 14:08 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 22 Jan 2019 04:14:33 +0000 (22 05:14 +0100)
treeee259637a4391649368d23f3ef8469db63ea63e7
parent7536587c07da34c7183142df5ef0dada350872b4
ui/console: Remove MouseTransformInfo from qemu/typedefs.h

Header files requiring MouseTransformInfo already include "ui/console.h".

To clean "qemu/typedefs.h", move the declaration to "ui/console.h"
(removing the forward declaration).

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/hw/devices.h
include/qemu/typedefs.h
include/ui/console.h