mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
ea66c00e7c
commit
15b7646c7d
5 changed files with 2 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue