From 36a2c2d6d3a9793d15bac129b4f07596d55b80f2 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 24 May 2016 16:24:38 +0100 Subject: 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 Reviewed-by: Eric Blake Tested-by: Eric Blake Signed-off-by: Michael Tokarev --- qga/guest-agent-command-state.c | 1 - 1 file changed, 1 deletion(-) (limited to 'qga/guest-agent-command-state.c') 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 #include "qga/guest-agent-core.h" struct GACommandState { -- cgit 1.4.1