aboutsummaryrefslogtreecommitdiff
path: root/os-win32.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 /os-win32.c
parentd7646f241c8efc17b4b86cc7a304472792f0cc74 (diff)
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 'os-win32.c')
-rw-r--r--os-win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os-win32.c b/os-win32.c
index c0daf8e189..cc09196d8b 100644
--- a/os-win32.c
+++ b/os-win32.c
@@ -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>