Remove unnecessary header from m68k-dis.c
authorAlan Modra <amodra@gmail.com>
Tue, 20 May 2014 03:45:18 +0000 (13:15 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 20 May 2014 03:45:18 +0000 (13:15 +0930)
* m68k-dis.c: Don't include setjmp.h.

opcodes/ChangeLog
opcodes/m68k-dis.c

index 939f4f6..d687a8d 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-20  Alan Modra  <amodra@gmail.com>
+
+       * m68k-dis.c: Don't include setjmp.h.
+
 2014-05-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (ADDR16_PREFIX): Removed.
index ec99021..5f2ce0c 100644 (file)
@@ -159,8 +159,6 @@ static char *const reg_half_names[] =
 /* Maximum length of an instruction.  */
 #define MAXLEN 22
 
-#include <setjmp.h>
-
 struct private
 {
   /* Points to first byte not fetched.  */