aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/monitor.c')
-rw-r--r--accel/tcg/monitor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/accel/tcg/monitor.c b/accel/tcg/monitor.c
index 093efe9..ae1dbeb 100644
--- a/accel/tcg/monitor.c
+++ b/accel/tcg/monitor.c
@@ -13,9 +13,9 @@
#include "qapi/type-helpers.h"
#include "qapi/qapi-commands-machine.h"
#include "monitor/monitor.h"
-#include "sysemu/cpus.h"
-#include "sysemu/cpu-timers.h"
-#include "sysemu/tcg.h"
+#include "system/cpus.h"
+#include "system/cpu-timers.h"
+#include "system/tcg.h"
#include "tcg/tcg.h"
#include "internal-common.h"
#include "tb-context.h"