aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version_info.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/version_info.c b/version_info.c
index ce5ce3fda3..25136b3cc5 100644
--- a/version_info.c
+++ b/version_info.c
@@ -45,14 +45,6 @@
#include <pcre.h> /* to get the libpcre version number */
#endif /* HAVE_LIBPCRE */
-#ifdef HAVE_LIBGCRYPT
-#include <gcrypt.h>
-#endif /* HAVE_LIBGCRYPT */
-
-#ifdef HAVE_LIBGNUTLS
-#include <gnutls/gnutls.h>
-#endif /* HAVE_LIBGNUTLS */
-
#ifdef HAVE_SYS_UTSNAME_H
#include <sys/utsname.h>
#endif