From 161f5bc8e965fa8255db435683e6b52042037bb7 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 14 Mar 2025 12:57:31 -0700 Subject: include/exec: Split out icount.h Split icount stuff from system/cpu-timers.h. There are 17 files which only require icount.h, 7 that only require cpu-timers.h, and 7 that require both. Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson --- hw/core/ptimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/core/ptimer.c') diff --git a/hw/core/ptimer.c b/hw/core/ptimer.c index 7f63d17ca1..0aeb10fb53 100644 --- a/hw/core/ptimer.c +++ b/hw/core/ptimer.c @@ -11,7 +11,7 @@ #include "migration/vmstate.h" #include "qemu/host-utils.h" #include "exec/replay-core.h" -#include "system/cpu-timers.h" +#include "exec/icount.h" #include "system/qtest.h" #include "block/aio.h" #include "hw/clock.h" -- cgit 1.4.1