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.

Backports commit 8ff98f1ed2f50cd05c3c5027c7efdf69859ec664 from qemu
This commit is contained in:
Stefan Weil 2018-02-21 22:57:28 -05:00 committed by Lioncash
parent 904b3c467e
commit baa477d324
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -20,8 +20,6 @@
#ifndef QEMU_CPU_H
#define QEMU_CPU_H
#include <signal.h>
#include <setjmp.h>
#include "hw/qdev-core.h"
#include "exec/hwaddr.h"
#include "exec/memory.h"