From 46f4731f811fc139693da4c248eae6a7fb8271a5 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 15 Jul 2010 09:04:10 +0000 Subject: 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 --- version_info.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'version_info.c') 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 /* to get the libpcre version number */ #endif /* HAVE_LIBPCRE */ -#ifdef HAVE_LIBGCRYPT -#include -#endif /* HAVE_LIBGCRYPT */ - -#ifdef HAVE_LIBGNUTLS -#include -#endif /* HAVE_LIBGNUTLS */ - #ifdef HAVE_SYS_UTSNAME_H #include #endif -- cgit v1.2.3