diff options
author | Alan Modra <amodra@gmail.com> | 2014-05-20 13:15:18 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-05-20 13:15:18 +0930 |
commit | cdf2a8b762199f2fe7b2bd0230bb755296867c69 (patch) | |
tree | 80df91981ca32db5e43acd4760d885044724e524 /opcodes/m68k-dis.c | |
parent | 93d1b056cb396d6468781fe0e40dd769891bed32 (diff) | |
download | gdb-cdf2a8b762199f2fe7b2bd0230bb755296867c69.zip gdb-cdf2a8b762199f2fe7b2bd0230bb755296867c69.tar.gz gdb-cdf2a8b762199f2fe7b2bd0230bb755296867c69.tar.bz2 |
Remove unnecessary header from m68k-dis.c
* m68k-dis.c: Don't include setjmp.h.
Diffstat (limited to 'opcodes/m68k-dis.c')
-rw-r--r-- | opcodes/m68k-dis.c | 2 |
1 files changed, 0 insertions, 2 deletions
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. */ |