diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-01-14 14:08:28 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-01-22 05:14:33 +0100 |
commit | 5a4c2e5905c05391a3374f75de582148394fd195 (patch) | |
tree | ee259637a4391649368d23f3ef8469db63ea63e7 /include/qemu | |
parent | 7536587c07da34c7183142df5ef0dada350872b4 (diff) | |
download | qemu-5a4c2e5905c05391a3374f75de582148394fd195.zip qemu-5a4c2e5905c05391a3374f75de582148394fd195.tar.gz qemu-5a4c2e5905c05391a3374f75de582148394fd195.tar.bz2 |
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>
Diffstat (limited to 'include/qemu')
-rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 3a57dfd..38ec1fd 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -51,7 +51,6 @@ typedef struct MigrationIncomingState MigrationIncomingState; typedef struct MigrationState MigrationState; typedef struct Monitor Monitor; typedef struct MonitorDef MonitorDef; -typedef struct MouseTransformInfo MouseTransformInfo; typedef struct MSIMessage MSIMessage; typedef struct NetClientState NetClientState; typedef struct NetFilterState NetFilterState; |