diff options
Diffstat (limited to 'opcodes/vax-dis.c')
-rw-r--r-- | opcodes/vax-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/vax-dis.c b/opcodes/vax-dis.c index a119f05..818b41a 100644 --- a/opcodes/vax-dis.c +++ b/opcodes/vax-dis.c @@ -1,5 +1,5 @@ /* Print VAX instructions. - Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007, 2009 + Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007, 2009, 2012 Free Software Foundation, Inc. Contributed by Pauline Middelink <middelin@polyware.iaf.nl> @@ -20,9 +20,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "sysdep.h" #include <setjmp.h> #include <string.h> -#include "sysdep.h" #include "opcode/vax.h" #include "dis-asm.h" |