aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/hpet.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-02-28 12:46:35 +0100
committerLaurent Vivier <laurent@vivier.eu>2020-03-09 15:59:31 +0100
commit4e24b59a3d80870e23e7e6e6812d2774a46f0ff5 (patch)
treed21024860be714c18d03a05ebf8789fb0f51f0c5 /hw/timer/hpet.c
parent1b5c0b5dc642927116be2f52f88be2ccf3474d9e (diff)
downloadqemu-4e24b59a3d80870e23e7e6e6812d2774a46f0ff5.zip
qemu-4e24b59a3d80870e23e7e6e6812d2774a46f0ff5.tar.gz
qemu-4e24b59a3d80870e23e7e6e6812d2774a46f0ff5.tar.bz2
hw/timer: Remove unused "ui/console.h" header
The timer models don't need anything from "ui/console.h". Remove it. Acked-by: John Snow <jsnow@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200228114649.12818-5-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/timer/hpet.c')
-rw-r--r--hw/timer/hpet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/timer/hpet.c b/hw/timer/hpet.c
index 8dbcbdc..4f30dd5 100644
--- a/hw/timer/hpet.c
+++ b/hw/timer/hpet.c
@@ -27,7 +27,6 @@
#include "qemu/osdep.h"
#include "hw/i386/pc.h"
#include "hw/irq.h"
-#include "ui/console.h"
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "qemu/timer.h"