This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Remove unnecessary header from m68k-dis.c
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Tue, 20 May 2014 13:18:08 +0930
- Subject: Remove unnecessary header from m68k-dis.c
- Authentication-results: sourceware.org; auth=none
* m68k-dis.c: Don't include setjmp.h.
diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c
index ec99021..5f2ce0c 100644
--- a/opcodes/m68k-dis.c
+++ b/opcodes/m68k-dis.c
@@ -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. */
--
Alan Modra
Australia Development Lab, IBM