diff options
Diffstat (limited to 'opcodes/sh64-dis.c')
-rw-r--r-- | opcodes/sh64-dis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/sh64-dis.c b/opcodes/sh64-dis.c index 60963e7..1480a3d 100644 --- a/opcodes/sh64-dis.c +++ b/opcodes/sh64-dis.c @@ -1,5 +1,6 @@ /* Disassemble SH64 instructions. - Copyright 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright 2000, 2001, 2002, 2003, 2005, 2007, 2012 + Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -18,10 +19,9 @@ Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "sysdep.h" #include <stdio.h> - #include "dis-asm.h" -#include "sysdep.h" #include "sh64-opc.h" #include "libiberty.h" /* We need to refer to the ELF header structure. */ |