diff --git a/mips-dis.c b/mips-dis.c index 6d7037cc63436e9e5e25530865efce6982eae070..fbc64c77ced7c51ac2c5de8170a36819f0c80f9d 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 0da1be99e00324a5a9f9ec1a0dfc482208793f93..803b9f554cd734063254de6c67bd9e0a90e558ac 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) {