summaryrefslogtreecommitdiff
path: root/editcap.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 /editcap.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 'editcap.c')
-rw-r--r--editcap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/editcap.c b/editcap.c
index 5fc83072bd..9f08f0b3fb 100644
--- a/editcap.c
+++ b/editcap.c
@@ -54,10 +54,6 @@
#include <getopt.h>
#endif
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-
#ifdef HAVE_LIBZ
#include <zlib.h> /* to get the libz version number */
#endif