From: Philippe Mathieu-Daudé Date: Thu, 3 Oct 2019 23:04:03 +0000 (+0200) Subject: hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2330113bf5514eb8e0e74d7a2207a3d5183a3008;p=qemu.git hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" include The "hw/ptimer.h" header is not used, remove it. Reviewed-by: Alistair Francis Signed-off-by: Philippe Mathieu-Daudé Acked-by: Peter Maydell Message-Id: <20191003230404.19384-14-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/rtc/xlnx-zynqmp-rtc.c b/hw/rtc/xlnx-zynqmp-rtc.c index f9f09b7296..2bcd14d779 100644 --- a/hw/rtc/xlnx-zynqmp-rtc.c +++ b/hw/rtc/xlnx-zynqmp-rtc.c @@ -32,7 +32,6 @@ #include "qemu/log.h" #include "qemu/module.h" #include "hw/irq.h" -#include "hw/ptimer.h" #include "qemu/cutils.h" #include "sysemu/sysemu.h" #include "trace.h"