summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-31 14:53:29 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-31 22:54:01 +0000
commit1bc2565bff009e0b2560c4c8401da447d00d4668 (patch)
tree9b9b76cadbec9b6ffdaa5064c453822d4b571a54 /file.c
parent91e43303949491d8865bac6fd0464102f176fc52 (diff)
downloadwireshark-1bc2565bff009e0b2560c4c8401da447d00d4668.tar.gz
Don't include signal.h unless we need it.
Change-Id: I3965e0951eee919720f780b5e52732fd18fd9786 Reviewed-on: https://code.wireshark.org/review/6194 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index e2510617a2..d3077039fe 100644
--- a/file.c
+++ b/file.c
@@ -33,7 +33,6 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
-#include <signal.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>