summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorPeter Maydell2016-05-24 17:24:39 +0200
committerMichael Tokarev2016-06-07 17:19:24 +0200
commit030c98aff14f7504f1b4e00967a79595918288c6 (patch)
tree7b49abf992ed0e0b5af93932bffc06196b717149 /qapi
parentqga: Remove unnecessary glib.h includes (diff)
downloadqemu-030c98aff14f7504f1b4e00967a79595918288c6.tar.gz
qemu-030c98aff14f7504f1b4e00967a79595918288c6.tar.xz
qemu-030c98aff14f7504f1b4e00967a79595918288c6.zip
all: 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 'qapi')
-rw-r--r--qapi/qmp-registry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qapi/qmp-registry.c b/qapi/qmp-registry.c
index 4332a6818d..68b24c98b0 100644
--- a/qapi/qmp-registry.c
+++ b/qapi/qmp-registry.c
@@ -13,7 +13,6 @@
*/
#include "qemu/osdep.h"
-#include <glib.h>
#include "qapi/qmp/dispatch.h"
static QTAILQ_HEAD(QmpCommandList, QmpCommand) qmp_commands =