Commit e0727e17f389267b03b0cabcb6d094295819054c

Authored by bellard
1 parent 97067eb5

removed bogus include


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1498 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 0 additions and 3 deletions
mips-dis.c
... ... @@ -3315,8 +3315,6 @@ print_insn_mips (memaddr, word, info)
3315 3315 are single stepping, or the pc is within the disassembled function,
3316 3316 this works. Otherwise, we need a clue. Sometimes. */
3317 3317  
3318   -#include "cpu.h"
3319   -
3320 3318 static int
3321 3319 _print_insn_mips (memaddr, info, endianness)
3322 3320 bfd_vma memaddr;
... ...
ppc-dis.c
... ... @@ -3073,7 +3073,6 @@ print_insn_powerpc (disassemble_info *info, uint32_t insn, unsigned memaddr,
3073 3073  
3074 3074 /* Print a big endian PowerPC instruction. For convenience, also
3075 3075 disassemble instructions supported by the Motorola PowerPC 601. */
3076   -#include "cpu.h"
3077 3076  
3078 3077 int print_insn_ppc (bfd_vma pc, disassemble_info *info)
3079 3078 {
... ...