diff mbox series

[08/11] hw/core: Cleanup unnecessary included header in null-machine.c

Message ID 20240115094852.3597165-9-zhao1.liu@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series hw/core: Cleanup and reorder headers | expand

Commit Message

Zhao Liu Jan. 15, 2024, 9:48 a.m. UTC
From: Zhao Liu <zhao1.liu@intel.com>

Remove the unnecessary header (hw/core/cpu.h) since the hw/boards.h
has already included that header.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
---
 hw/core/null-machine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/hw/core/null-machine.c b/hw/core/null-machine.c
index f586a4bef543..a0c7acc19cc3 100644
--- a/hw/core/null-machine.c
+++ b/hw/core/null-machine.c
@@ -12,10 +12,10 @@ 
  */
 
 #include "qemu/osdep.h"
+
 #include "qemu/error-report.h"
 #include "hw/boards.h"
 #include "exec/address-spaces.h"
-#include "hw/core/cpu.h"
 
 static void machine_none_init(MachineState *mch)
 {