ISO14443: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
[metze/wireshark/wip.git] / epan / epan.c
index b5483191551369a8bd847de3393f603926d9ce28..b2a1f5d4f64e0fdc219f0158c9c07c735136fa59 100644 (file)
@@ -23,9 +23,7 @@
 
 #include <stdarg.h>
 
-#ifdef HAVE_LIBGCRYPT
 #include <wsutil/wsgcrypt.h>
-#endif /* HAVE_LIBGCRYPT */
 
 #ifdef HAVE_LIBGNUTLS
 #include <gnutls/gnutls.h>