diff options
author | Hyman Huang <yong.huang@smartx.com> | 2024-10-17 14:42:50 +0800 |
---|---|---|
committer | Peter Xu <peterx@redhat.com> | 2024-10-31 15:48:18 -0400 |
commit | 8c58e2d5ba405dc23865d989647a2fe10eec4402 (patch) | |
tree | 0b85545c7367c920af6be17c7cd874c63b4717e8 /accel/tcg | |
parent | 37dfcba1a04989830c706f9cbc00450e5d3a7447 (diff) | |
download | qemu-8c58e2d5ba405dc23865d989647a2fe10eec4402.zip qemu-8c58e2d5ba405dc23865d989647a2fe10eec4402.tar.gz qemu-8c58e2d5ba405dc23865d989647a2fe10eec4402.tar.bz2 |
accel/tcg/icount-common: Remove the reference to the unused header file
Signed-off-by: Hyman Huang <yong.huang@smartx.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/5e33b423d0b8506e5cb33fff42b50aa301b7731b.1729146786.git.yong.huang@smartx.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'accel/tcg')
-rw-r--r-- | accel/tcg/icount-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel/tcg/icount-common.c b/accel/tcg/icount-common.c index 8d3d3a7..30bf850 100644 --- a/accel/tcg/icount-common.c +++ b/accel/tcg/icount-common.c @@ -36,7 +36,6 @@ #include "sysemu/runstate.h" #include "hw/core/cpu.h" #include "sysemu/cpu-timers.h" -#include "sysemu/cpu-throttle.h" #include "sysemu/cpu-timers-internal.h" /* |