[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/11] hw/core: Cleanup unused included header in machine.c
From: |
Zhao Liu |
Subject: |
[PATCH 06/11] hw/core: Cleanup unused included header in machine.c |
Date: |
Mon, 15 Jan 2024 17:48:47 +0800 |
From: Zhao Liu <zhao1.liu@intel.com>
Remove unused header in cpu-common.c:
* qapi/error.h
Tested by "./configure" and then "make".
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
hw/core/machine.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/core/machine.c b/hw/core/machine.c
index fb5afdcae4cc..554c4f5df2da 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -11,11 +11,11 @@
*/
#include "qemu/osdep.h"
+
#include "qemu/accel.h"
#include "sysemu/replay.h"
#include "hw/boards.h"
#include "hw/loader.h"
-#include "qapi/error.h"
#include "qapi/qapi-visit-machine.h"
#include "qom/object_interfaces.h"
#include "sysemu/cpus.h"
--
2.34.1
[PATCH 04/11] hw/core: Reorder included headers in cpu-sysemu.c, Zhao Liu, 2024/01/15
[PATCH 03/11] hw/core: Reorder included headers in cpu-common.c, Zhao Liu, 2024/01/15
[PATCH 06/11] hw/core: Cleanup unused included header in machine.c,
Zhao Liu <=
[PATCH 08/11] hw/core: Cleanup unnecessary included header in null-machine.c, Zhao Liu, 2024/01/15
[PATCH 09/11] hw/core: Reorder included headers in null-machine.c, Zhao Liu, 2024/01/15
[PATCH 05/11] hw/core: Cleanup unused included headers in machine-qmp-cmds.c, Zhao Liu, 2024/01/15
[PATCH 07/11] hw/core: Reorder included header in machine.c, Zhao Liu, 2024/01/15
[PATCH 10/11] hw/core: Cleanup unused included headers in numa.c, Zhao Liu, 2024/01/15
[PATCH 11/11] hw/core: Reorder included headers in numa.c, Zhao Liu, 2024/01/15