diff options
author | Paul Brook <paul@codesourcery.com> | 2010-03-01 03:29:21 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-03-01 03:29:21 +0000 |
commit | 35bed8ee918b519caca37f99f741b2740a040da3 (patch) | |
tree | 41366f85097c9adcd5833646917a6bc9fffaef97 /hw/pc.h | |
parent | a68fe89caf9e267672aedab578152664f1b8c09b (diff) |
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/pc.h')
-rw-r--r-- | hw/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define HW_PC_H #include "qemu-common.h" +#include "ioport.h" /* PC-style peripherals (also used by other machines). */ |