summaryrefslogtreecommitdiffstats
path: root/util
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 /util
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 'util')
-rw-r--r--util/event_notifier-posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/event_notifier-posix.c b/util/event_notifier-posix.c
index acdbe3b483..73c4046b58 100644
--- a/util/event_notifier-posix.c
+++ b/util/event_notifier-posix.c
@@ -14,7 +14,6 @@
#include "qemu-common.h"
#include "qemu/cutils.h"
#include "qemu/event_notifier.h"
-#include "sysemu/char.h"
#include "qemu/main-loop.h"
#ifdef CONFIG_EVENTFD