summaryrefslogtreecommitdiff
path: root/hw/qdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/qdev.c')
-rw-r--r--hw/qdev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/qdev.c b/hw/qdev.c
index fa0af21b58..f2c248451c 100644
--- a/hw/qdev.c
+++ b/hw/qdev.c
@@ -26,9 +26,9 @@
this API directly. */
#include "qdev.h"
-#include "sysemu.h"
-#include "error.h"
-#include "qapi/qapi-visit-core.h"
+#include "sysemu/sysemu.h"
+#include "qapi/error.h"
+#include "qapi/visitor.h"
int qdev_hotplug = 0;
static bool qdev_hot_added = false;