From 26a128bf6a9678c905742f146c61b6d07c1d52a4 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Mon, 22 Nov 2004 22:55:50 +0000 Subject: [PATCH] use new ieeefp.hpp wrapping over --- SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-execute.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-execute.cpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-execute.cpp index a7bcac3f..8816ae8e 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-execute.cpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-execute.cpp @@ -18,12 +18,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "sysdeps.h" + #include #include #include -#include -#include "sysdeps.h" +#include "mathlib/ieeefp.hpp" #include "cpu/vm.hpp" #include "cpu/ppc/ppc-cpu.hpp" #include "cpu/ppc/ppc-bitfields.hpp"