diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-02-02 17:47:00 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-06-02 11:33:52 +0400 |
commit | f664b88247487c4cb020d016bef0f3b1daf9f4e5 (patch) | |
tree | ac73a98e09cd700ea8051e635d0077a66330bb07 /hw/arm | |
parent | 541815ff7f54f45a60d058b1c499c4affff094e0 (diff) | |
download | qemu-f664b88247487c4cb020d016bef0f3b1daf9f4e5.zip |
Remove/replace sysemu/char.h inclusion
Those are apparently unnecessary includes.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/bcm2835_peripherals.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c index 369ef1e3bd..502f04c02a 100644 --- a/hw/arm/bcm2835_peripherals.c +++ b/hw/arm/bcm2835_peripherals.c @@ -13,7 +13,6 @@ #include "hw/arm/bcm2835_peripherals.h" #include "hw/misc/bcm2835_mbox_defs.h" #include "hw/arm/raspi_platform.h" -#include "sysemu/char.h" #include "sysemu/sysemu.h" /* Peripheral base address on the VC (GPU) system bus */ |