aboutsummaryrefslogtreecommitdiff
path: root/qga/guest-agent-command-state.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/guest-agent-command-state.c
parent79ffb277ec07fac197dfb4f88c00e9e3a9f425d4 (diff)
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/guest-agent-command-state.c')
-rw-r--r--qga/guest-agent-command-state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qga/guest-agent-command-state.c b/qga/guest-agent-command-state.c
index 20b9b22224..4de229cd78 100644
--- a/qga/guest-agent-command-state.c
+++ b/qga/guest-agent-command-state.c
@@ -10,7 +10,6 @@
* See the COPYING file in the top-level directory.
*/
#include "qemu/osdep.h"
-#include <glib.h>
#include "qga/guest-agent-core.h"
struct GACommandState {