aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/version_info.c b/version_info.c
index f4c880f3d8..7a4f62b018 100644
--- a/version_info.c
+++ b/version_info.c
@@ -37,10 +37,6 @@
#include <zlib.h> /* to get the libz version number */
#endif
-#ifdef HAVE_LIBPCRE
-#include <pcre.h> /* to get the libpcre version number */
-#endif /* HAVE_LIBPCRE */
-
#ifdef HAVE_SYS_UTSNAME_H
#include <sys/utsname.h>
#endif