aboutsummaryrefslogtreecommitdiff
path: root/system/ioport.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/ioport.c')
-rw-r--r--system/ioport.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/ioport.c b/system/ioport.c
index 55c2a75..4f96e91 100644
--- a/system/ioport.c
+++ b/system/ioport.c
@@ -26,10 +26,9 @@
*/
#include "qemu/osdep.h"
-#include "cpu.h"
-#include "exec/ioport.h"
-#include "exec/memory.h"
-#include "exec/address-spaces.h"
+#include "system/ioport.h"
+#include "system/memory.h"
+#include "system/address-spaces.h"
#include "trace.h"
struct MemoryRegionPortioList {