summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-15 13:08:08 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-19 12:08:08 +0100
commit2f23aa1c67da5148284c0026ef4d9f20c2917f9b (patch)
treead05708ca263b867ee2b08b7036714e4037b9674
parentd06e0d1ac9aa4cc6fb6afce0d844036b7e437f09 (diff)
downloadlibguestfs-2f23aa1c67da5148284c0026ef4d9f20c2917f9b.tar.gz
libguestfs-2f23aa1c67da5148284c0026ef4d9f20c2917f9b.tar.xz
libguestfs-2f23aa1c67da5148284c0026ef4d9f20c2917f9b.zip
syntax: Remove include <signal.h> in file that doesn't use it.
Found by 'make syntax-check'. (cherry picked from commit 90b7c53b70dda9a131cf13beb5d1e77cc41534f7)
-rw-r--r--src/proto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto.c b/src/proto.c
index fa418d8f..9eda7b23 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -30,7 +30,6 @@
#include <string.h>
#include <fcntl.h>
#include <time.h>
-#include <signal.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/select.h>