summaryrefslogtreecommitdiff
path: root/capinfos.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-27 19:51:37 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-28 04:59:08 +0000
commit65303efe4da5325a4d4db9c389f2dfb09a55eecc (patch)
treebf0ad5116d68142b87c864707ad8b599f503b7af /capinfos.c
parent3b235615bf741dbe2fff5938a708cd9ab6865384 (diff)
downloadwireshark-65303efe4da5325a4d4db9c389f2dfb09a55eecc.tar.gz
Remove some unneeded includes of <sys/time.h>.
Change-Id: I9e4e6efa9f8c7dbff7627f8d5fc3278ab383618d Reviewed-on: https://code.wireshark.org/review/7441 Petri-Dish: Guy Harris <guy@alum.mit.edu> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capinfos.c')
-rw-r--r--capinfos.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/capinfos.c b/capinfos.c
index 31a6fb32ff..ae3e04f2b1 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -71,10 +71,6 @@
#include <getopt.h>
#endif
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-
#include <glib.h>
#ifdef HAVE_LIBZ