diff options
Diffstat (limited to 'target-i386/fpu_helper.c')
| -rw-r--r-- | target-i386/fpu_helper.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/target-i386/fpu_helper.c b/target-i386/fpu_helper.c index de7ba76a49..1b2900d5d2 100644 --- a/target-i386/fpu_helper.c +++ b/target-i386/fpu_helper.c @@ -19,13 +19,10 @@ #include <math.h> #include "cpu.h" -#include "helper.h" +#include "exec/helper-proto.h" #include "qemu/aes.h" #include "qemu/host-utils.h" - -#if !defined(CONFIG_USER_ONLY) -#include "exec/softmmu_exec.h" -#endif /* !defined(CONFIG_USER_ONLY) */ +#include "exec/cpu_ldst.h" #define FPU_RC_MASK 0xc00 #define FPU_RC_NEAR 0x000 |