diff options
Diffstat (limited to 'opcodes/z8kgen.c')
-rw-r--r-- | opcodes/z8kgen.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/opcodes/z8kgen.c b/opcodes/z8kgen.c index ecb56b7..8f22efd 100644 --- a/opcodes/z8kgen.c +++ b/opcodes/z8kgen.c @@ -1,4 +1,5 @@ -/* Copyright 2001, 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc. +/* Copyright 2001, 2002, 2003, 2005, 2007, 2009, 2012 + Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -19,8 +20,8 @@ /* This program generates z8k-opc.h. */ -#include <stdio.h> #include "sysdep.h" +#include <stdio.h> #include "libiberty.h" #define BYTE_INFO_LEN 10 |