diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-02-27 19:51:37 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-02-28 04:59:08 +0000 |
commit | 65303efe4da5325a4d4db9c389f2dfb09a55eecc (patch) | |
tree | bf0ad5116d68142b87c864707ad8b599f503b7af /echld_test.c | |
parent | 3b235615bf741dbe2fff5938a708cd9ab6865384 (diff) | |
download | wireshark-65303efe4da5325a4d4db9c389f2dfb09a55eecc.tar.gz wireshark-65303efe4da5325a4d4db9c389f2dfb09a55eecc.tar.bz2 wireshark-65303efe4da5325a4d4db9c389f2dfb09a55eecc.zip |
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 'echld_test.c')
-rw-r--r-- | echld_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/echld_test.c b/echld_test.c index fff59dfc89..0c6cc7a033 100644 --- a/echld_test.c +++ b/echld_test.c @@ -32,7 +32,6 @@ # include <sys/types.h> #endif -#include <sys/time.h> #include <sys/uio.h> #ifdef HAVE_UNISTD_H |