]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qga: Remove unnecessary glib.h includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 24 May 2016 15:24:38 +0000 (16:24 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:19:24 +0000 (18:19 +0300)
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>
qga/channel-posix.c
qga/channel-win32.c
qga/channel.h
qga/commands-posix.c
qga/commands-win32.c
qga/commands.c
qga/guest-agent-command-state.c
qga/main.c
qga/service-win32.c

index 63458c6632f7bbdf567319672bd3f4e683db0364..bb65d8ba173d7f80c5ef8bf03077b2a9620f7ea6 100644 (file)
@@ -1,5 +1,4 @@
 #include "qemu/osdep.h"
-#include <glib.h>
 #include <termios.h>
 #include "qapi/error.h"
 #include "qemu/sockets.h"
index 68168d14a53d52fa882d986f30aeb04851242763..21f9deedf6dd7a2b13e5f7c21ec99c6c7b4b0e43 100644 (file)
@@ -1,5 +1,4 @@
 #include "qemu/osdep.h"
-#include <glib.h>
 #include <windows.h>
 #include <io.h>
 #include "qga/guest-agent-core.h"
index 3704ea9c86c246a84536aa311abb43e37b865e6c..ae8cf0f7e0215506b7a75447a0bc846c4687ecf0 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef QGA_CHANNEL_H
 #define QGA_CHANNEL_H
 
-#include <glib.h>
 
 typedef struct GAChannel GAChannel;
 
index f0057f500ea99dc78df7eb199a6042fba99bbb7a..eaef7be42eaf1256d6246642985d11609d4efbea 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "qemu/osdep.h"
-#include <glib.h>
 #include <sys/ioctl.h>
 #include <sys/wait.h>
 #include <dirent.h>
index d76327f5a3aefad2142fecb08d98198bea2e47c1..c1a8588206d1677c3ef9ce8526ea7649403e3c1e 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "qemu/osdep.h"
-#include <glib.h>
 #include <wtypes.h>
 #include <powrprof.h>
 #include <winsock2.h>
index 31444643e2a8241c8997e949216e9abe97fc7eda..50fd26a817a94454da138846a9c4c578effba288 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "qemu/osdep.h"
-#include <glib.h>
 #include "qga/guest-agent-core.h"
 #include "qga-qmp-commands.h"
 #include "qapi/qmp/qerror.h"
index 20b9b22224a5f4080b9a74770efbb20b0a34afe5..4de229cd787faf4f76ddc2ed9de7dc66bfaf8181 100644 (file)
@@ -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 {
index c55278210136795eea01d3e950076a9f49156ec9..4c3b2c772b76b7b581693f492dc63bd2cd71e369 100644 (file)
@@ -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
index 72437587b0154e5150427de68588e6120a4ce3b0..fd434e3f49f842fbf40db2012b6a543ee6732cd4 100644 (file)
@@ -11,7 +11,6 @@
  * See the COPYING file in the top-level directory.
  */
 #include "qemu/osdep.h"
-#include <glib.h>
 #include <windows.h>
 #include "qga/service-win32.h"