[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 11/11] hw/core: Reorder included headers in numa.c
|
From: |
Zhao Liu |
|
Subject: |
[PATCH 11/11] hw/core: Reorder included headers in numa.c |
|
Date: |
Mon, 15 Jan 2024 17:48:52 +0800 |
From: Zhao Liu <zhao1.liu@intel.com>
Reorder the header files (except qemu/osdep.h) in alphabetical order.
Tested by "./configure" and then "make".
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
hw/core/numa.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/hw/core/numa.c b/hw/core/numa.c
index ab3f2858ac51..aff080d48aa1 100644
--- a/hw/core/numa.c
+++ b/hw/core/numa.c
@@ -24,18 +24,18 @@
#include "qemu/osdep.h"
-#include "qemu/units.h"
+#include "hw/boards.h"
+#include "hw/mem/memory-device.h"
#include "sysemu/numa.h"
-#include "qemu/error-report.h"
+#include "sysemu/qtest.h"
#include "qapi/error.h"
#include "qapi/opts-visitor.h"
#include "qapi/qapi-visit-machine.h"
-#include "sysemu/qtest.h"
-#include "hw/boards.h"
-#include "hw/mem/memory-device.h"
-#include "qemu/option.h"
+#include "qemu/error-report.h"
#include "qemu/config-file.h"
#include "qemu/cutils.h"
+#include "qemu/option.h"
+#include "qemu/units.h"
QemuOptsList qemu_numa_opts = {
.name = "numa",
--
2.34.1
- Re: [PATCH 02/11] hw/core: Cleanup unused included headers in cpu-common.c, (continued)
[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, 2024/01/15
[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 <=