summaryrefslogtreecommitdiff
path: root/hw/sparc
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-02-02 17:47:00 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-06-02 11:33:52 +0400
commitf664b88247487c4cb020d016bef0f3b1daf9f4e5 (patch)
treeac73a98e09cd700ea8051e635d0077a66330bb07 /hw/sparc
parent541815ff7f54f45a60d058b1c499c4affff094e0 (diff)
downloadqemu-f664b88247487c4cb020d016bef0f3b1daf9f4e5.tar.gz
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/sparc')
-rw-r--r--hw/sparc/leon3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.c
index 6e16478413..f415997649 100644
--- a/hw/sparc/leon3.c
+++ b/hw/sparc/leon3.c
@@ -28,7 +28,6 @@
#include "hw/hw.h"
#include "qemu/timer.h"
#include "hw/ptimer.h"
-#include "sysemu/char.h"
#include "sysemu/sysemu.h"
#include "sysemu/qtest.h"
#include "hw/boards.h"