From f9ebe432db4e0933bdedae021d3b1e23f188be12 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 23 Apr 2006 18:18:10 +0000 Subject: [PATCH] removed unnecessary header git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1835 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/op_helper.c | 1 - target-ppc/op_helper.c | 1 - 2 files changed, 2 deletions(-) diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 9066ce7..d9f1c99 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -17,7 +17,6 @@ * 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 #include "exec.h" #define MIPS_DEBUG_DISAS diff --git a/target-ppc/op_helper.c b/target-ppc/op_helper.c index 06fa6d4..e949eb4 100644 --- a/target-ppc/op_helper.c +++ b/target-ppc/op_helper.c @@ -17,7 +17,6 @@ * 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 #include "exec.h" #define MEMSUFFIX _raw -- 2.7.4