summary refs log tree commit diff stats
path: root/qga/main.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/main.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/main.c')
-rw-r--r--qga/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qga/main.c b/qga/main.c
index c552782101..4c3b2c772b 100644
--- a/qga/main.c
+++ b/qga/main.c
@@ -11,7 +11,6 @@
  * See the COPYING file in the top-level directory.
  */
 #include "qemu/osdep.h"
-#include <glib.h>
 #include <getopt.h>
 #include <glib/gstdio.h>
 #ifndef _WIN32