summary refs log tree commit diff stats
path: root/tests/tcg/testthread.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-08-26 12:17:16 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-09-11 10:21:38 +0300
commit1618d2ae7f1728ea26fa38cb661253f134d389ed (patch)
tree02b5d1eb5c73aea5a079f50c62ca34853099d902 /tests/tcg/testthread.c
parentd7646f241c8efc17b4b86cc7a304472792f0cc74 (diff)
downloadfocaccia-qemu-1618d2ae7f1728ea26fa38cb661253f134d389ed.tar.gz
focaccia-qemu-1618d2ae7f1728ea26fa38cb661253f134d389ed.zip
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 <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/tcg/testthread.c')
-rw-r--r--tests/tcg/testthread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcg/testthread.c b/tests/tcg/testthread.c
index 2679af119a..810ba5de67 100644
--- a/tests/tcg/testthread.c
+++ b/tests/tcg/testthread.c
@@ -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>