aboutsummaryrefslogtreecommitdiff
path: root/tests/crypto-tls-x509-helpers.h
diff options
context:
space:
mode:
authorAnand J <anand.indukala@gmail.com>2016-10-21 12:27:07 +0530
committerMichael Tokarev <mjt@tls.msk.ru>2016-10-28 18:17:24 +0300
commit814bb12a561d36aeb5ae4440ad43d2b0761d76da (patch)
tree93ac9947be6287e93b42353212d74e9bfc7efb8c /tests/crypto-tls-x509-helpers.h
parentd66253e46ae2b9c36a9dd90b2b74c0dfa5804b22 (diff)
clean-up: removed duplicate #includes
Some files contain multiple #includes of the same header file. Removed most of those unnecessary duplicate entries using scripts/clean-includes. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Anand J <anand.indukala@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/crypto-tls-x509-helpers.h')
-rw-r--r--tests/crypto-tls-x509-helpers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/crypto-tls-x509-helpers.h b/tests/crypto-tls-x509-helpers.h
index a8faa92bc0..921341c649 100644
--- a/tests/crypto-tls-x509-helpers.h
+++ b/tests/crypto-tls-x509-helpers.h
@@ -21,9 +21,6 @@
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>
-#include <gnutls/gnutls.h>
-#include <gnutls/x509.h>
-
#if !(defined WIN32) && \
defined(CONFIG_TASN1) && \
(LIBGNUTLS_VERSION_NUMBER >= 0x020600)