From 35bed8ee918b519caca37f99f741b2740a040da3 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Mon, 1 Mar 2010 03:29:21 +0000 Subject: Move ioport.h out of cpu-all.h Only include ioport.h where it is actually needed. Signed-off-by: Paul Brook --- target-i386/kvm.c | 1 + target-i386/op_helper.c | 1 + 2 files changed, 2 insertions(+) (limited to 'target-i386') diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 6b741ba..d2116a7 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -25,6 +25,7 @@ #include "gdbstub.h" #include "host-utils.h" #include "hw/pc.h" +#include "ioport.h" #ifdef CONFIG_KVM_PARA #include diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c index 4bb4347..22259df 100644 --- a/target-i386/op_helper.c +++ b/target-i386/op_helper.c @@ -20,6 +20,7 @@ #include "exec.h" #include "exec-all.h" #include "host-utils.h" +#include "ioport.h" //#define DEBUG_PCALL -- cgit v1.1