]> git.proxmox.com Git - qemu.git/blobdiff - qtest.c
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
[qemu.git] / qtest.c
diff --git a/qtest.c b/qtest.c
index fbfab4e1a7720c9be61cf78a62a56b19351bfc09..c9b58ceb8b1b9c506c91692d9a2740c2a98fa008 100644 (file)
--- a/qtest.c
+++ b/qtest.c
  *
  */
 
-#include "qtest.h"
+#include "sysemu/qtest.h"
 #include "hw/qdev.h"
-#include "qemu-char.h"
-#include "ioport.h"
-#include "memory.h"
+#include "char/char.h"
+#include "exec/ioport.h"
+#include "exec/memory.h"
 #include "hw/irq.h"
-#include "sysemu.h"
-#include "cpus.h"
+#include "sysemu/sysemu.h"
+#include "sysemu/cpus.h"
 
 #define MAX_IRQ 256