All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-8.0] monitor/misc: Remove superfluous include statements
@ 2022-11-28 13:35 Thomas Huth
  2022-11-28 14:56 ` Markus Armbruster
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2022-11-28 13:35 UTC (permalink / raw)
  To: qemu-devel, Dr. David Alan Gilbert; +Cc: Markus Armbruster, qemu-trivial

These #includes are not required anymore (the likely got superfluous
with commit da76ee76f7 - "hmp-commands-info: move info_cmds content
out of monitor.c").

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 monitor/misc.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/monitor/misc.c b/monitor/misc.c
index 205487e2b9..e2c017d69c 100644
--- a/monitor/misc.c
+++ b/monitor/misc.c
@@ -25,10 +25,8 @@
 #include "qemu/osdep.h"
 #include "monitor-internal.h"
 #include "monitor/qdev.h"
-#include "hw/usb.h"
 #include "hw/pci/pci.h"
 #include "sysemu/watchdog.h"
-#include "hw/loader.h"
 #include "exec/gdbstub.h"
 #include "net/net.h"
 #include "net/slirp.h"
@@ -39,16 +37,13 @@
 #include "ui/input.h"
 #include "audio/audio.h"
 #include "disas/disas.h"
-#include "sysemu/balloon.h"
 #include "qemu/timer.h"
 #include "qemu/log.h"
 #include "sysemu/hw_accel.h"
 #include "sysemu/runstate.h"
 #include "authz/list.h"
 #include "qapi/util.h"
-#include "sysemu/blockdev.h"
 #include "sysemu/sysemu.h"
-#include "sysemu/tpm.h"
 #include "sysemu/device_tree.h"
 #include "qapi/qmp/qdict.h"
 #include "qapi/qmp/qerror.h"
@@ -77,7 +72,6 @@
 #include "qapi/qapi-init-commands.h"
 #include "qapi/error.h"
 #include "qapi/qmp-event.h"
-#include "sysemu/cpus.h"
 #include "qemu/cutils.h"
 
 #if defined(TARGET_S390X)
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH for-8.0] monitor/misc: Remove superfluous include statements
  2022-11-28 13:35 [PATCH for-8.0] monitor/misc: Remove superfluous include statements Thomas Huth
@ 2022-11-28 14:56 ` Markus Armbruster
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Armbruster @ 2022-11-28 14:56 UTC (permalink / raw)
  To: Thomas Huth; +Cc: qemu-devel, Dr. David Alan Gilbert, qemu-trivial

Thomas Huth <thuth@redhat.com> writes:

> These #includes are not required anymore (the likely got superfluous
> with commit da76ee76f7 - "hmp-commands-info: move info_cmds content
> out of monitor.c").
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Appreciated!

Reviewed-by: Markus Armbruster <armbru@redhat.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-28 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 13:35 [PATCH for-8.0] monitor/misc: Remove superfluous include statements Thomas Huth
2022-11-28 14:56 ` Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.