aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-07-15 09:04:10 +0000
committerGuy Harris <guy@alum.mit.edu>2010-07-15 09:04:10 +0000
commita2d9316f8c648c511fbb12d81574ce5a0ea6b053 (patch)
treee3d1516858de1b2bdc290067d431c1ed2888de34
parent4b6f53894aa2c802e85d1ada913755e5cdab18aa (diff)
Don't include headers we don't need (they might be generating external
references to functions in libraries with which we're not necessarily being linked). svn path=/trunk/; revision=33535
-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