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 --- util/async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/async.c') diff --git a/util/async.c b/util/async.c index 863416d..2719c62 100644 --- a/util/async.c +++ b/util/async.c @@ -35,7 +35,7 @@ #include "block/raw-aio.h" #include "qemu/coroutine_int.h" #include "qemu/coroutine-tls.h" -#include "system/cpu-timers.h" +#include "exec/icount.h" #include "trace.h" /***********************************************************/ -- cgit v1.1