diff options
-rw-r--r-- | mips-dis.c | 2 | ||||
-rw-r--r-- | ppc-dis.c | 1 |
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; @@ -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) { |