[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/11] hw/core: Reorder included headers in null-machine.c
|
From: |
Zhao Liu |
|
Subject: |
[PATCH 09/11] hw/core: Reorder included headers in null-machine.c |
|
Date: |
Mon, 15 Jan 2024 17:48:50 +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/null-machine.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c
index a0c7acc19cc3..3d411de3396a 100644
--- a/hw/core/null-machine.c
+++ b/hw/core/null-machine.c
@@ -13,9 +13,9 @@
#include "qemu/osdep.h"
-#include "qemu/error-report.h"
-#include "hw/boards.h"
#include "exec/address-spaces.h"
+#include "hw/boards.h"
+#include "qemu/error-report.h"
static void machine_none_init(MachineState *mch)
{
--
2.34.1
- Re: [PATCH 01/11] MAINTAINERS: Update hw/core/cpu.c entry, (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 <=
[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