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/ppc | |
parent | 541815ff7f54f45a60d058b1c499c4affff094e0 (diff) | |
download | qemu-f664b88247487c4cb020d016bef0f3b1daf9f4e5.zip qemu-f664b88247487c4cb020d016bef0f3b1daf9f4e5.tar.gz qemu-f664b88247487c4cb020d016bef0f3b1daf9f4e5.tar.bz2 |
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/ppc')
-rw-r--r-- | hw/ppc/spapr_events.c | 1 | ||||
-rw-r--r-- | hw/ppc/spapr_rtas.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppc/spapr_events.c b/hw/ppc/spapr_events.c index 73e2a18..57acd85 100644 --- a/hw/ppc/spapr_events.c +++ b/hw/ppc/spapr_events.c @@ -28,7 +28,6 @@ #include "qapi/error.h" #include "cpu.h" #include "sysemu/sysemu.h" -#include "sysemu/char.h" #include "hw/qdev.h" #include "sysemu/device_tree.h" diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c index 128d993..b666a4c 100644 --- a/hw/ppc/spapr_rtas.c +++ b/hw/ppc/spapr_rtas.c @@ -29,7 +29,6 @@ #include "qemu/log.h" #include "qemu/error-report.h" #include "sysemu/sysemu.h" -#include "sysemu/char.h" #include "hw/qdev.h" #include "sysemu/device_tree.h" #include "sysemu/cpus.h" |