aboutsummaryrefslogtreecommitdiff
path: root/disas
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-03-14 15:47:05 +0100
committerStefan Weil <sw@weilnetz.de>2016-03-22 19:11:15 +0100
commit8ff98f1ed2f50cd05c3c5027c7efdf69859ec664 (patch)
tree0b5c568ec539ca129afb4e4d3c20abcdbcbd2094 /disas
parente89fdafb58038038e3ccb860c5e1068ba063bac8 (diff)
Remove unneeded include statements for setjmp.h
As soon as setjmp.h is included from qemu/osdep.h, those old include statements are no longer needed. Add also setjmp.h to the list in scripts/clean-includes. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'disas')
-rw-r--r--disas/i386.c2
-rw-r--r--disas/m68k.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/disas/i386.c b/disas/i386.c
index d40b72ab10..394ffe14f3 100644
--- a/disas/i386.c
+++ b/disas/i386.c
@@ -153,8 +153,6 @@
/* opcodes/i386-dis.c r1.126 */
#include "qemu-common.h"
-#include <setjmp.h>
-
static int fetch_data2(struct disassemble_info *, bfd_byte *);
static int fetch_data(struct disassemble_info *, bfd_byte *);
static void ckprefix (void);
diff --git a/disas/m68k.c b/disas/m68k.c
index 0412ecd4b6..8f74ae1157 100644
--- a/disas/m68k.c
+++ b/disas/m68k.c
@@ -615,8 +615,6 @@ static const char *const reg_half_names[] =
/* Maximum length of an instruction. */
#define MAXLEN 22
-#include <setjmp.h>
-
struct private
{
/* Points to first byte not fetched. */