aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.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 /rawshark.c
parent91e43303949491d8865bac6fd0464102f176fc52 (diff)
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 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rawshark.c b/rawshark.c
index 00c805defe..8859054053 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -54,8 +54,6 @@
#include <fcntl.h>
#endif
-#include <signal.h>
-
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif