summaryrefslogtreecommitdiffstats
path: root/hw/display
diff options
context:
space:
mode:
authorMarc-André Lureau2017-02-02 14:47:00 +0100
committerMarc-André Lureau2017-06-02 09:33:52 +0200
commitf664b88247487c4cb020d016bef0f3b1daf9f4e5 (patch)
treeac73a98e09cd700ea8051e635d0077a66330bb07 /hw/display
parentchar-win: close file handle except with console (diff)
downloadqemu-f664b88247487c4cb020d016bef0f3b1daf9f4e5.tar.gz
qemu-f664b88247487c4cb020d016bef0f3b1daf9f4e5.tar.xz
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/display')
-rw-r--r--hw/display/xenfb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/display/xenfb.c b/hw/display/xenfb.c
index 7a8727aa21..e76c0d805c 100644
--- a/hw/display/xenfb.c
+++ b/hw/display/xenfb.c
@@ -28,7 +28,6 @@
#include "hw/hw.h"
#include "ui/console.h"
-#include "sysemu/char.h"
#include "hw/xen/xen_backend.h"
#include <xen/event_channel.h>