aboutsummaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2022-12-19 18:09:29 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-02-27 22:29:01 +0100
commitc32c487a03b94d373ce84691dc5615dfa695f7a5 (patch)
tree585f276316d5cef1b05f2aaed61d0f71805a287a /tcg
parent5ac034b1c2b2c4ec5508564fe1db37feac38be29 (diff)
downloadqemu-c32c487a03b94d373ce84691dc5615dfa695f7a5.zip
qemu-c32c487a03b94d373ce84691dc5615dfa695f7a5.tar.gz
qemu-c32c487a03b94d373ce84691dc5615dfa695f7a5.tar.bz2
exec: Remove unused 'qemu/timer.h' timer
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20221219170806.60580-2-philmd@linaro.org>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/tcg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index a4a3da6..9822c65 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -34,7 +34,6 @@
#include "qemu/cutils.h"
#include "qemu/host-utils.h"
#include "qemu/qemu-print.h"
-#include "qemu/timer.h"
#include "qemu/cacheflush.h"
#include "qemu/cacheinfo.h"