qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Philippe Mathieu-Daudé and committed by
Laurent Vivier
4e24b59a 1b5c0b5d

-2
-1
hw/rtc/twl92230.c
··· 27 27 #include "migration/qemu-file-types.h" 28 28 #include "migration/vmstate.h" 29 29 #include "sysemu/sysemu.h" 30 - #include "ui/console.h" 31 30 #include "qemu/bcd.h" 32 31 #include "qemu/module.h" 33 32
-1
hw/timer/hpet.c
··· 27 27 #include "qemu/osdep.h" 28 28 #include "hw/i386/pc.h" 29 29 #include "hw/irq.h" 30 - #include "ui/console.h" 31 30 #include "qapi/error.h" 32 31 #include "qemu/error-report.h" 33 32 #include "qemu/timer.h"