From c6a1c22ba68d1731dd3a593fe71e4399f080bd56 Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 20 May 2004 13:10:49 +0000 Subject: fixed invalid includes git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@830 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/translate.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index e410cb2d1f..009097302e 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -17,9 +17,14 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "dyngen-exec.h" +#include +#include +#include +#include +#include + #include "cpu.h" -#include "exec.h" +#include "exec-all.h" #include "disas.h" //#define DO_SINGLE_STEP -- cgit v1.2.3