summaryrefslogtreecommitdiff
path: root/cpu-all.h
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 /cpu-all.h
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 'cpu-all.h')
-rw-r--r--cpu-all.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 1ccc9a87b7..8488bfea9f 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -840,9 +840,6 @@ void cpu_set_log(int log_flags);
void cpu_set_log_filename(const char *filename);
int cpu_str_to_log_mask(const char *str);
-/* IO ports API */
-#include "ioport.h"
-
/* memory API */
extern int phys_ram_fd;