Skip to content

Commit

Permalink
maint: remove unused include for signal.h
Browse files Browse the repository at this point in the history
A number of files were including signal.h but not using any
of the functions it provides

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
berrange authored and Michael Tokarev committed Sep 11, 2015
1 parent d7646f2 commit 1618d2a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion bsd-user/signal.c
Expand Up @@ -21,7 +21,6 @@
#include <string.h>
#include <stdarg.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>

#include "qemu.h"
Expand Down
1 change: 0 additions & 1 deletion hw/block/xen_disk.c
Expand Up @@ -24,7 +24,6 @@
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <inttypes.h>
#include <time.h>
#include <fcntl.h>
Expand Down
1 change: 0 additions & 1 deletion hw/net/xen_nic.c
Expand Up @@ -24,7 +24,6 @@
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <inttypes.h>
#include <fcntl.h>
#include <errno.h>
Expand Down
1 change: 0 additions & 1 deletion hw/usb/redirect.c
Expand Up @@ -34,7 +34,6 @@
#include "sysemu/char.h"

#include <sys/ioctl.h>
#include <signal.h>
#include <usbredirparser.h>
#include <usbredirfilter.h>

Expand Down
1 change: 0 additions & 1 deletion os-win32.c
Expand Up @@ -26,7 +26,6 @@
#include <mmsystem.h>
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
#include <time.h>
#include <errno.h>
#include <sys/time.h>
Expand Down
1 change: 0 additions & 1 deletion target-i386/translate.c
Expand Up @@ -21,7 +21,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <signal.h>

#include "qemu/host-utils.h"
#include "cpu.h"
Expand Down
1 change: 0 additions & 1 deletion target-mips/helper.c
Expand Up @@ -21,7 +21,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <signal.h>

#include "cpu.h"
#include "sysemu/kvm.h"
Expand Down
1 change: 0 additions & 1 deletion target-sh4/helper.c
Expand Up @@ -21,7 +21,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <signal.h>

#include "cpu.h"

Expand Down
1 change: 0 additions & 1 deletion target-tricore/helper.c
Expand Up @@ -20,7 +20,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <signal.h>

#include "cpu.h"

Expand Down
1 change: 0 additions & 1 deletion tests/tcg/testthread.c
Expand Up @@ -2,7 +2,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include <inttypes.h>
#include <pthread.h>
Expand Down

0 comments on commit 1618d2a

Please sign in to comment.