From: Philippe Mathieu-Daudé Date: Mon, 4 May 2020 08:16:53 +0000 (+0200) Subject: hw/timer/sh_timer: Remove unused 'qemu/timer.h' include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f4d2382a9b6c3dca678d9d43b7f1e55d59ddd55d;p=qemu.git hw/timer/sh_timer: Remove unused 'qemu/timer.h' include Remove unused "qemu/timer.h" include. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/timer/sh_timer.c b/hw/timer/sh_timer.c index b9cbacf5d0..bb0e1c8ee5 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"