From: Zhao Liu Date: Mon, 11 Mar 2024 07:56:20 +0000 (+0800) Subject: hw/core: Cleanup unused included header in machine-qmp-cmds.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5585b0267f301b1b8ee922d41f89d6d2b42e7f90;p=qemu.git hw/core: Cleanup unused included header in machine-qmp-cmds.c Remove unused header (qemu/main-loop.h) in machine-qmp-cmds.c. Tested by "./configure" and then "make". Signed-off-by: Zhao Liu Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20240311075621.3224684-3-zhao1.liu@linux.intel.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/core/machine-qmp-cmds.c b/hw/core/machine-qmp-cmds.c index 3860a50c3b..4b72009cd3 100644 --- a/hw/core/machine-qmp-cmds.c +++ b/hw/core/machine-qmp-cmds.c @@ -19,7 +19,6 @@ #include "qapi/qmp/qobject.h" #include "qapi/qobject-input-visitor.h" #include "qapi/type-helpers.h" -#include "qemu/main-loop.h" #include "qemu/uuid.h" #include "qom/qom-qobject.h" #include "sysemu/hostmem.h"