]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/core/qdev.c
qapi: Empty out qapi-schema.json
[thirdparty/qemu.git] / hw / core / qdev.c
index f3754ee60625cb74c92f84b526864421b7cf3d8e..f6f92473b8fb7f23bc7c7502270af9cffa1156bf 100644 (file)
@@ -29,6 +29,7 @@
 #include "hw/qdev.h"
 #include "sysemu/sysemu.h"
 #include "qapi/error.h"
+#include "qapi/qapi-events-misc.h"
 #include "qapi/qmp/qerror.h"
 #include "qapi/visitor.h"
 #include "qemu/error-report.h"
@@ -36,7 +37,6 @@
 #include "hw/hotplug.h"
 #include "hw/boards.h"
 #include "hw/sysbus.h"
-#include "qapi-event.h"
 
 bool qdev_hotplug = false;
 static bool qdev_hot_added = false;