]> git.proxmox.com Git - qemu.git/blobdiff - translate-all.c
xhci: fix portsc writes
[qemu.git] / translate-all.c
index a98c646d927b1e70f092e7399e43d571b9621b97..08dd03881634c8bc9a607a5b3a1135a8a7a84007 100644 (file)
@@ -35,9 +35,6 @@
 #include "cpu.h"
 #include "disas/disas.h"
 #include "tcg.h"
-#include "qemu/timer.h"
-#include "exec/memory.h"
-#include "exec/address-spaces.h"
 #if defined(CONFIG_USER_ONLY)
 #include "qemu.h"
 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
@@ -55,6 +52,8 @@
 #include <libutil.h>
 #endif
 #endif
+#else
+#include "exec/address-spaces.h"
 #endif
 
 #include "exec/cputlb.h"