summaryrefslogtreecommitdiffstats
path: root/block.c
diff options
context:
space:
mode:
authorLuiz Capitulino2011-10-21 20:05:43 +0200
committerLuiz Capitulino2011-10-27 15:48:47 +0200
commitf795e743bd026471bcf7952d272424f1fd32e83b (patch)
tree1b5a4c63e86fdd97256c4014e703f60f3c83316d /block.c
parentMonitor: do_info(): Drop QMP command handling code (diff)
downloadqemu-f795e743bd026471bcf7952d272424f1fd32e83b.tar.gz
qemu-f795e743bd026471bcf7952d272424f1fd32e83b.tar.xz
qemu-f795e743bd026471bcf7952d272424f1fd32e83b.zip
Drop qemu-objects.h from modules that don't require it
Previous commits dropped most qobjects usage from qemu modules (now they are a low level interface used by the QAPI). However, some modules still include the qemu-objects.h header file. This commit drops qemu-objects.h from some of those modules and includes qjson.h instead, which is what they actually need. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index 551aa80af9..b5c154420f 100644
--- a/block.c
+++ b/block.c
@@ -27,7 +27,7 @@
#include "monitor.h"
#include "block_int.h"
#include "module.h"
-#include "qemu-objects.h"
+#include "qjson.h"
#include "qemu-coroutine.h"
#include "qmp-commands.h"