]> Git Repo - qemu.git/commit
hw/rtc/aspeed_rtc: Remove unused includes
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 3 Oct 2019 23:04:04 +0000 (01:04 +0200)
committerLaurent Vivier <[email protected]>
Thu, 24 Oct 2019 18:35:28 +0000 (20:35 +0200)
commitfabb862f76f093cdd1610571de9ba714d3333c1c
tree43e16df07aa25a47496e1e53e55b95b6a434b889
parent2330113bf5514eb8e0e74d7a2207a3d5183a3008
hw/rtc/aspeed_rtc: Remove unused includes

The system <stdint.h> include is already provided by "osdep.h"
(the scripts/clean-includes file clean such headers).

Commit 64552b6be47 suggests we don't need to include "hw/irq.h":

    Move the qemu_irq and qemu_irq_handler typedefs from hw/irq.h to
    qemu/typedefs.h, and then include hw/irq.h only where it's still
    needed.

Reviewed-by: Cédric Le Goater <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Acked-by: Peter Maydell <[email protected]>
Message-Id: <20191003230404[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
include/hw/rtc/aspeed_rtc.h
This page took 0.02647 seconds and 4 git commands to generate.