diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-09 20:03:20 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-01-19 13:30:01 +0100 |
commit | ec843b97f2c02b85115c7c5c8799ea4d02ddfba7 (patch) | |
tree | 66ebfa1f30e15fa02deaefaefee66c54c27e9c29 /monitor | |
parent | 006e79cdf4273b52a854f36b119ebd2ea954ea92 (diff) |
ui: Split hmp_mouse_set() and move the HMP part to ui/
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230109190321.1056914-17-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor/misc.c b/monitor/misc.c index 3d68940d28..50cb9f008b 100644 --- a/monitor/misc.c +++ b/monitor/misc.c @@ -33,7 +33,6 @@ #include "ui/qemu-spice.h" #include "qemu/config-file.h" #include "qemu/ctype.h" -#include "ui/console.h" #include "audio/audio.h" #include "disas/disas.h" #include "qemu/timer.h" |