aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-05-04 10:16:53 +0200
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-06-22 18:37:12 +0200
commitf4d2382a9b6c3dca678d9d43b7f1e55d59ddd55d (patch)
tree001ee91faef675d32b5bea53fc4ad02604b2abe4 /hw
parent95f4dc444a99ea91534b4ac9237bdec3b2581588 (diff)
downloadqemu-f4d2382a9b6c3dca678d9d43b7f1e55d59ddd55d.zip
qemu-f4d2382a9b6c3dca678d9d43b7f1e55d59ddd55d.tar.gz
qemu-f4d2382a9b6c3dca678d9d43b7f1e55d59ddd55d.tar.bz2
hw/timer/sh_timer: Remove unused 'qemu/timer.h' include
Remove unused "qemu/timer.h" include. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/timer/sh_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/timer/sh_timer.c b/hw/timer/sh_timer.c
index b9cbacf..bb0e1c8 100644
--- a/hw/timer/sh_timer.c
+++ b/hw/timer/sh_timer.c
@@ -13,7 +13,6 @@
#include "hw/hw.h"
#include "hw/irq.h"
#include "hw/sh4/sh.h"
-#include "qemu/timer.h"
#include "hw/timer/tmu012.h"
#include "hw/ptimer.h"