aboutsummaryrefslogtreecommitdiff
path: root/monitor/hmp.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-01-24 13:19:15 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-04 07:56:52 +0100
commit15b7646c7d0d17f41b78f3af5adb21a2e4e45a93 (patch)
treeba8eda2fbae15a29aaa9d5b04031883f53398b36 /monitor/hmp.c
parentea66c00e7cd79b4cb8aa94a27c5491514dc1662c (diff)
monitor: Drop unnecessary includes
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-2-armbru@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Diffstat (limited to 'monitor/hmp.c')
-rw-r--r--monitor/hmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/monitor/hmp.c b/monitor/hmp.c
index 43fd69f984..e5d914b1f5 100644
--- a/monitor/hmp.c
+++ b/monitor/hmp.c
@@ -27,7 +27,6 @@
#include "hw/qdev-core.h"
#include "monitor-internal.h"
#include "monitor/hmp.h"
-#include "qapi/error.h"
#include "qapi/qmp/qdict.h"
#include "qapi/qmp/qnum.h"
#include "qemu/config-file.h"
@@ -37,7 +36,6 @@
#include "qemu/option.h"
#include "qemu/units.h"
#include "sysemu/block-backend.h"
-#include "sysemu/runstate.h"
#include "trace.h"
static void monitor_command_cb(void *opaque, const char *cmdline,