summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-03-01 03:29:21 +0000
committerPaul Brook <paul@codesourcery.com>2010-03-01 03:29:21 +0000
commitd32732b9281e3caa4ee27b26042aac4e20e78294 (patch)
tree41366f85097c9adcd5833646917a6bc9fffaef97 /hw
parent6fbc40b2c927275d0fa3fbd56e6f12e8f8117bfa (diff)
downloadqemu-d32732b9281e3caa4ee27b26042aac4e20e78294.tar.gz
qemu-d32732b9281e3caa4ee27b26042aac4e20e78294.tar.bz2
qemu-d32732b9281e3caa4ee27b26042aac4e20e78294.zip
Move ioport.h out of cpu-all.h
Only include ioport.h where it is actually needed. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pc.h b/hw/pc.h
index 92f8563609..d54959aa59 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -2,6 +2,7 @@
#define HW_PC_H
#include "qemu-common.h"
+#include "ioport.h"
/* PC-style peripherals (also used by other machines). */