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>
This commit is contained in:
Paul Brook 2010-03-01 03:29:21 +00:00
parent a68fe89caf
commit 35bed8ee91
4 changed files with 3 additions and 3 deletions

View file

@ -20,6 +20,7 @@
#include "exec.h"
#include "exec-all.h"
#include "host-utils.h"
#include "ioport.h"
//#define DEBUG_PCALL