From 8ff98f1ed2f50cd05c3c5027c7efdf69859ec664 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 14 Mar 2016 15:47:05 +0100 Subject: 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 --- util/coroutine-sigaltstack.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util/coroutine-sigaltstack.c') diff --git a/util/coroutine-sigaltstack.c b/util/coroutine-sigaltstack.c index 6b8aee7a2b..a7c3366553 100644 --- a/util/coroutine-sigaltstack.c +++ b/util/coroutine-sigaltstack.c @@ -26,7 +26,6 @@ #undef _FORTIFY_SOURCE #endif #include "qemu/osdep.h" -#include #include #include "qemu-common.h" #include "qemu/coroutine_int.h" -- cgit 1.4.1