summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarc-André Lureau2016-12-12 18:22:24 +0100
committerMarc-André Lureau2017-01-31 20:31:22 +0100
commit213dcb060f77a3e2704135d9c4da38b11673f8e9 (patch)
tree8ab265847b0dc28a460c5be3ce99f567123f865d /include
parentchar: move parallel chardev in its own file (diff)
downloadqemu-213dcb060f77a3e2704135d9c4da38b11673f8e9.tar.gz
qemu-213dcb060f77a3e2704135d9c4da38b11673f8e9.tar.xz
qemu-213dcb060f77a3e2704135d9c4da38b11673f8e9.zip
char: headers clean-up
Those could probably be squashed with earlier patches, however I couldn't easily identify them, test them or check if there are still necessary on various platforms. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/char.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sysemu/char.h b/include/sysemu/char.h
index b256e79c31..450881d42c 100644
--- a/include/sysemu/char.h
+++ b/include/sysemu/char.h
@@ -2,12 +2,7 @@
#define QEMU_CHAR_H
#include "qemu-common.h"
-#include "qemu/queue.h"
#include "qemu/option.h"
-#include "qemu/config-file.h"
-#include "block/aio.h"
-#include "qapi/qmp/qobject.h"
-#include "qapi/qmp/qstring.h"
#include "qemu/main-loop.h"
#include "qemu/bitmap.h"
#include "qom/object.h"