Move qemu-objects.h -> include/qapi/qmp/types.h

Change-Id: I21ecd8acb180e2b780b8432ceb142ef4ff5ea076
diff --git a/block.c b/block.c
index 70826ef..7952690 100644
--- a/block.c
+++ b/block.c
@@ -26,7 +26,7 @@
 #include "monitor/monitor.h"
 #include "block/block_int.h"
 #include "qemu/module.h"
-//#include "qemu-objects.h"
+//#include "qapi/qmp/types.h"
 #include "qapi/qmp/qjson.h"
 
 #ifdef CONFIG_BSD