summary refs log tree commit diff stats
path: root/hw/remote/message.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/remote/message.c')
-rw-r--r--hw/remote/message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/remote/message.c b/hw/remote/message.c
index 38ae6c75b4..273f1e0323 100644
--- a/hw/remote/message.c
+++ b/hw/remote/message.c
@@ -13,12 +13,12 @@
 #include "io/channel.h"
 #include "hw/remote/mpqemu-link.h"
 #include "qapi/error.h"
-#include "sysemu/runstate.h"
+#include "system/runstate.h"
 #include "hw/pci/pci.h"
 #include "exec/memattrs.h"
 #include "hw/remote/memory.h"
 #include "hw/remote/iohub.h"
-#include "sysemu/reset.h"
+#include "system/reset.h"
 
 static void process_config_write(QIOChannel *ioc, PCIDevice *dev,
                                  MPQemuMsg *msg, Error **errp);