aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-06-24 04:06:07 +0200
committerJörg Mayer <jmayer@loplof.de>2014-06-24 02:08:07 +0000
commit836feeb55986b74cd3186898080de1c4f48e9154 (patch)
treea8c59204622d189aca2c1fa0c54084def1aa94c7 /asn1
parentf71a6d0c47c2f2c8884e6e101a62e3c6ef6c5678 (diff)
Remove unneeded sys/types.h
Change-Id: I03cd66cb9a2d01ea40308b338955756d08a36516 Reviewed-on: https://code.wireshark.org/review/2604 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
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 103252e1e2..113b4fb046 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -40,10 +40,6 @@
#include "packet-x509if.h"
#include "packet-cms.h"
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif