Change ARI usage to GNU style
[deliverable/binutils-gdb.git] / opcodes / spu-dis.c
index 3e6a7620f2c3be09921f9d66b8a48ff479471d18..2d7df04348092a368a9c466708dbe956982c12e7 100644 (file)
@@ -1,6 +1,6 @@
 /* Disassemble SPU instructions
 
-   Copyright 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006-2019 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -19,9 +19,9 @@
    Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include <stdio.h>
 #include "sysdep.h"
-#include "dis-asm.h"
+#include <stdio.h>
+#include "disassemble.h"
 #include "opcode/spu.h"
 
 /* This file provides a disassembler function which uses
This page took 0.024809 seconds and 4 git commands to generate.