summaryrefslogtreecommitdiffstats
path: root/qom/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'qom/cpu.c')
-rw-r--r--qom/cpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/qom/cpu.c b/qom/cpu.c
index f376f782d8..aeb34f8c67 100644
--- a/qom/cpu.c
+++ b/qom/cpu.c
@@ -24,11 +24,10 @@
#include "sysemu/hw_accel.h"
#include "qemu/notify.h"
#include "qemu/log.h"
+#include "qemu/main-loop.h"
#include "exec/log.h"
-#include "exec/cpu-common.h"
#include "qemu/error-report.h"
#include "qemu/qemu-print.h"
-#include "sysemu/sysemu.h"
#include "sysemu/tcg.h"
#include "hw/boards.h"
#include "hw/qdev-properties.h"