summary refs log tree commit diff stats
path: root/system/cpu-timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/cpu-timers.c')
-rw-r--r--system/cpu-timers.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/cpu-timers.c b/system/cpu-timers.c
index 856e502e34..23dd82b465 100644
--- a/system/cpu-timers.c
+++ b/system/cpu-timers.c
@@ -27,15 +27,15 @@
 #include "migration/vmstate.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
-#include "sysemu/cpus.h"
+#include "system/cpus.h"
 #include "qemu/main-loop.h"
 #include "qemu/option.h"
 #include "qemu/seqlock.h"
-#include "sysemu/replay.h"
-#include "sysemu/runstate.h"
+#include "system/replay.h"
+#include "system/runstate.h"
 #include "hw/core/cpu.h"
-#include "sysemu/cpu-timers.h"
-#include "sysemu/cpu-timers-internal.h"
+#include "system/cpu-timers.h"
+#include "system/cpu-timers-internal.h"
 
 /* clock and ticks */