[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 5/9] hw/core: Cleanup unused included header in machine-qmp-cm
|
From: |
Zhao Liu |
|
Subject: |
[PATCH v2 5/9] hw/core: Cleanup unused included header in machine-qmp-cmds.c |
|
Date: |
Tue, 16 Jan 2024 15:46:43 +0800 |
From: Zhao Liu <zhao1.liu@intel.com>
Remove unused header (qemu/main-loop.h) in machine-qmp-cmds.c.
Tested by "./configure" and then "make".
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
hw/core/machine-qmp-cmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/core/machine-qmp-cmds.c b/hw/core/machine-qmp-cmds.c
index 3860a50c3b7b..ba629379dd92 100644
--- a/hw/core/machine-qmp-cmds.c
+++ b/hw/core/machine-qmp-cmds.c
@@ -8,6 +8,7 @@
*/
#include "qemu/osdep.h"
+
#include "hw/acpi/vmgenid.h"
#include "hw/boards.h"
#include "hw/intc/intc.h"
@@ -19,7 +20,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"
--
2.34.1
- [PATCH v2 0/9] hw/core: Cleanup and reorder headers, Zhao Liu, 2024/01/16
- [PATCH v2 1/9] MAINTAINERS: Update hw/core/cpu.c entry, Zhao Liu, 2024/01/16
- [PATCH v2 2/9] hw/core: Cleanup unused included headers in cpu-common.c, Zhao Liu, 2024/01/16
- [PATCH v2 3/9] hw/core: Reorder included headers in cpu-common.c, Zhao Liu, 2024/01/16
- [PATCH v2 4/9] hw/core: Reorder included headers in cpu-sysemu.c, Zhao Liu, 2024/01/16
- [PATCH v2 7/9] hw/core: Reorder included headers in null-machine.c, Zhao Liu, 2024/01/16
- [PATCH v2 5/9] hw/core: Cleanup unused included header in machine-qmp-cmds.c,
Zhao Liu <=
- [PATCH v2 6/9] hw/core: Reorder included header in machine.c, Zhao Liu, 2024/01/16
- [PATCH v2 8/9] hw/core: Cleanup unused included headers in numa.c, Zhao Liu, 2024/01/16
- [PATCH v2 9/9] hw/core: Reorder included headers in numa.c, Zhao Liu, 2024/01/16
- Re: [PATCH v2 0/9] hw/core: Cleanup and reorder headers, Zhao Liu, 2024/01/29