From 49362062e3a22a0b9c9e0b2a25a1f7a89a736732 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Tue, 10 May 2016 08:23:35 +0200 Subject: capinfos: wsgcrypt.h checks internally if we HAVE_LIBGCRYPT we can #include without doing the check ourselves Change-Id: Id0cee25e10c150105636574e683c39b81eb07ebf Reviewed-on: https://code.wireshark.org/review/15328 Reviewed-by: Martin Kaiser --- capinfos.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/capinfos.c b/capinfos.c index 0cd7ac0a9f..82220327e4 100644 --- a/capinfos.c +++ b/capinfos.c @@ -86,9 +86,7 @@ #include #include -#ifdef HAVE_LIBGCRYPT #include -#endif #ifndef HAVE_GETOPT_LONG #include "wsutil/wsgetopt.h" -- cgit v1.2.3