summary refs log tree commit diff stats
path: root/qga/channel-posix.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-05-24 16:24:38 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2016-06-07 18:19:24 +0300
commit36a2c2d6d3a9793d15bac129b4f07596d55b80f2 (patch)
treefc436b4d6cf720ad105ff0d8a4644ff0eb47c1ef /qga/channel-posix.c
parent79ffb277ec07fac197dfb4f88c00e9e3a9f425d4 (diff)
downloadfocaccia-qemu-36a2c2d6d3a9793d15bac129b4f07596d55b80f2.tar.gz
focaccia-qemu-36a2c2d6d3a9793d15bac129b4f07596d55b80f2.zip
qga: Remove unnecessary glib.h includes
Remove glib.h includes, as it is provided by osdep.h.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qga/channel-posix.c')
-rw-r--r--qga/channel-posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qga/channel-posix.c b/qga/channel-posix.c
index 63458c6632..bb65d8ba17 100644
--- a/qga/channel-posix.c
+++ b/qga/channel-posix.c
@@ -1,5 +1,4 @@
 #include "qemu/osdep.h"
-#include <glib.h>
 #include <termios.h>
 #include "qapi/error.h"
 #include "qemu/sockets.h"