summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-03 16:44:10 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-03 16:44:10 +0000
commite0727e17f389267b03b0cabcb6d094295819054c (patch)
tree6bb6b96f538869a59fdbe77ea8239f28ef0d239b
parent97067eb5bcf603e709fbf0304c80810a470eb4b4 (diff)
downloadqemu-e0727e17f389267b03b0cabcb6d094295819054c.tar.gz
removed bogus include
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1498 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--mips-dis.c2
-rw-r--r--ppc-dis.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/mips-dis.c b/mips-dis.c
index 6d7037cc63..fbc64c77ce 100644
--- a/mips-dis.c
+++ b/mips-dis.c
@@ -3315,8 +3315,6 @@ print_insn_mips (memaddr, word, info)
are single stepping, or the pc is within the disassembled function,
this works. Otherwise, we need a clue. Sometimes. */
-#include "cpu.h"
-
static int
_print_insn_mips (memaddr, info, endianness)
bfd_vma memaddr;
diff --git a/ppc-dis.c b/ppc-dis.c
index 0da1be99e0..803b9f554c 100644
--- a/ppc-dis.c
+++ b/ppc-dis.c
@@ -3073,7 +3073,6 @@ print_insn_powerpc (disassemble_info *info, uint32_t insn, unsigned memaddr,
/* Print a big endian PowerPC instruction. For convenience, also
disassemble instructions supported by the Motorola PowerPC 601. */
-#include "cpu.h"
int print_insn_ppc (bfd_vma pc, disassemble_info *info)
{