From: Daniel P. Berrange Date: Wed, 26 Aug 2015 11:17:16 +0000 (+0100) Subject: maint: remove unused include for signal.h X-Git-Tag: v2.5.0-rc0~138^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1618d2ae7f1728ea26fa38cb661253f134d389ed;p=thirdparty%2Fqemu.git maint: remove unused include for signal.h A number of files were including signal.h but not using any of the functions it provides Signed-off-by: Daniel P. Berrange Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- diff --git a/bsd-user/signal.c b/bsd-user/signal.c index 445f69e83e7..e4ee2d0e806 100644 --- a/bsd-user/signal.c +++ b/bsd-user/signal.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include "qemu.h" diff --git a/hw/block/xen_disk.c b/hw/block/xen_disk.c index 267d8a8c707..36d7398f4f2 100644 --- a/hw/block/xen_disk.c +++ b/hw/block/xen_disk.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/hw/net/xen_nic.c b/hw/net/xen_nic.c index d7cbfc1033d..0da16b44f40 100644 --- a/hw/net/xen_nic.c +++ b/hw/net/xen_nic.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index 34cf60d2061..38086cd0f2b 100644 --- a/hw/usb/redirect.c +++ b/hw/usb/redirect.c @@ -34,7 +34,6 @@ #include "sysemu/char.h" #include -#include #include #include diff --git a/os-win32.c b/os-win32.c index c0daf8e189e..cc09196d8bc 100644 --- a/os-win32.c +++ b/os-win32.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/target-i386/translate.c b/target-i386/translate.c index 82e2245bfdb..b1a5ad9a20f 100644 --- a/target-i386/translate.c +++ b/target-i386/translate.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "qemu/host-utils.h" #include "cpu.h" diff --git a/target-mips/helper.c b/target-mips/helper.c index f44edbbdbbc..37bba6757c2 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "cpu.h" #include "sysemu/kvm.h" diff --git a/target-sh4/helper.c b/target-sh4/helper.c index a533f08ea31..dc101cb3a40 100644 --- a/target-sh4/helper.c +++ b/target-sh4/helper.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "cpu.h" diff --git a/target-tricore/helper.c b/target-tricore/helper.c index f52504c9f81..1808b281f53 100644 --- a/target-tricore/helper.c +++ b/target-tricore/helper.c @@ -20,7 +20,6 @@ #include #include #include -#include #include "cpu.h" diff --git a/tests/tcg/testthread.c b/tests/tcg/testthread.c index 2679af119ac..810ba5de67b 100644 --- a/tests/tcg/testthread.c +++ b/tests/tcg/testthread.c @@ -2,7 +2,6 @@ #include #include #include -#include #include #include #include