aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
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 /asn1
parent3b235615bf741dbe2fff5938a708cd9ab6865384 (diff)
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 'asn1')
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index 63d09b04fa..797dffce8b 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -27,10 +27,6 @@
#include "config.h"
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-
#include <epan/packet.h>
#include <epan/expert.h>
#include <epan/oids.h>