removed bogus include
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jul 2005 16:44:10 +0000 (16:44 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jul 2005 16:44:10 +0000 (16:44 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1498 c046a42c-6fe2-441c-8c8c-71466251a162

mips-dis.c
ppc-dis.c

index 6d7037c..fbc64c7 100644 (file)
@@ -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;
index 0da1be9..803b9f5 100644 (file)
--- 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)
 {