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>
This commit is contained in:
Stefan Weil 2016-03-14 15:47:05 +01:00
parent e89fdafb58
commit 8ff98f1ed2
7 changed files with 1 additions and 9 deletions

View file

@ -20,7 +20,6 @@
#ifndef QEMU_CPU_H
#define QEMU_CPU_H
#include <setjmp.h>
#include "hw/qdev-core.h"
#include "disas/bfd.h"
#include "exec/hwaddr.h"