Index: opcodes/s390-dis.c |
diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c |
index 37ed2e7d8865dfa7724ecaf61df4d9137a6440bc..ef73d85f9b60d6afc9d835653916ff4465e82fcf 100644 |
--- a/opcodes/s390-dis.c |
+++ b/opcodes/s390-dis.c |
@@ -1,5 +1,5 @@ |
/* s390-dis.c -- Disassemble S390 instructions |
- Copyright 2000, 2001, 2002, 2003, 2005, 2007, 2008 |
+ Copyright 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2012 |
Free Software Foundation, Inc. |
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). |
@@ -20,9 +20,9 @@ |
Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, |
MA 02110-1301, USA. */ |
+#include "sysdep.h" |
#include <stdio.h> |
#include "ansidecl.h" |
-#include "sysdep.h" |
#include "dis-asm.h" |
#include "opintl.h" |
#include "opcode/s390.h" |