diff options
Diffstat (limited to 'binutils/am29k-pinsn.c')
-rw-r--r-- | binutils/am29k-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/am29k-pinsn.c b/binutils/am29k-pinsn.c index b7a210a..a1ea0f6 100644 --- a/binutils/am29k-pinsn.c +++ b/binutils/am29k-pinsn.c @@ -25,8 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ # include "target.h" # include "am29k-opcode.h" #else -# include "sysdep.h" # include "bfd.h" +# include "sysdep.h" # include "a29k-opcode.h" # define am29k_opcodes a29k_opcodes # define am29k_opcode a29k_opcode |