diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-05-24 16:24:38 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-06-07 18:19:24 +0300 |
commit | 36a2c2d6d3a9793d15bac129b4f07596d55b80f2 (patch) | |
tree | fc436b4d6cf720ad105ff0d8a4644ff0eb47c1ef /qga/commands-win32.c | |
parent | 79ffb277ec07fac197dfb4f88c00e9e3a9f425d4 (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/commands-win32.c')
-rw-r--r-- | qga/commands-win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qga/commands-win32.c b/qga/commands-win32.c index d76327f5a3..c1a8588206 100644 --- a/qga/commands-win32.c +++ b/qga/commands-win32.c @@ -12,7 +12,6 @@ */ #include "qemu/osdep.h" -#include <glib.h> #include <wtypes.h> #include <powrprof.h> #include <winsock2.h> |