aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-02-20 12:51:13 +0100
committerPeter Maydell <peter.maydell@linaro.org>2023-02-27 13:27:05 +0000
commit7c72f2196ac3d1fe46e4f0bff103beef2b555633 (patch)
treeff885ff6895a90c01db3000187bc5409dd6cee7f /include/hw/timer
parent4ab694b9a81df82f3ac7ce1e59f7855c57af2eb1 (diff)
downloadqemu-7c72f2196ac3d1fe46e4f0bff103beef2b555633.zip
qemu-7c72f2196ac3d1fe46e4f0bff103beef2b555633.tar.gz
qemu-7c72f2196ac3d1fe46e4f0bff103beef2b555633.tar.bz2
hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20230220115114.25237-8-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/timer')
-rw-r--r--include/hw/timer/cmsdk-apb-timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/timer/cmsdk-apb-timer.h b/include/hw/timer/cmsdk-apb-timer.h
index c4c7eae..2dd615d 100644
--- a/include/hw/timer/cmsdk-apb-timer.h
+++ b/include/hw/timer/cmsdk-apb-timer.h
@@ -12,7 +12,6 @@
#ifndef CMSDK_APB_TIMER_H
#define CMSDK_APB_TIMER_H
-#include "hw/qdev-properties.h"
#include "hw/sysbus.h"
#include "hw/ptimer.h"
#include "hw/clock.h"