aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-15 09:04:10 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-15 09:04:10 +0000
commit46f4731f811fc139693da4c248eae6a7fb8271a5 (patch)
treee3d1516858de1b2bdc290067d431c1ed2888de34 /version_info.c
parent7c50b2148dcf998bd2f95c954a8fdbf3bc17de40 (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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33535 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'version_info.c')
-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