diff options
Diffstat (limited to 'gas/config/tc-z8k.c')
-rw-r--r-- | gas/config/tc-z8k.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-z8k.c b/gas/config/tc-z8k.c index 924ce9c..bf83b27 100644 --- a/gas/config/tc-z8k.c +++ b/gas/config/tc-z8k.c @@ -24,11 +24,10 @@ #define DEFINE_TABLE #include <stdio.h> -#include "opcodes/z8k-opc.h" - #include "as.h" #include "bfd.h" #include "safe-ctype.h" +#include "opcodes/z8k-opc.h" const char comment_chars[] = "!"; const char line_comment_chars[] = "#"; |