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 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c
index f586a4bef543..ef7e95a09ad0 100644
--- a/hw/core/null-machine.c
+++ b/hw/core/null-machine.c
@@ -12,10 +12,11 @@
*/
#include "qemu/osdep.h"
-#include "qemu/error-report.h"
-#include "hw/boards.h"
+
#include "exec/address-spaces.h"
+#include "hw/boards.h"
#include "hw/core/cpu.h"
+#include "qemu/error-report.h"
static void machine_none_init(MachineState *mch)
{
--
2.34.1