From 967e2ef61dab8d2046f3285eefa71f3dcb9d9b60 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 3 Aug 2016 14:20:38 -0700 Subject: Fix GnuTLS includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * src/gnutls.c [HAVE_GNUTLS]: Don’t include gnutls/gnutls.h a second time; although it doesn’t hurt, it’s not needed. * src/sysdep.c [!HAVE_GNUTLS]: Don’t include gnutls/crypto.h, as it may not be available. Problem reported by Glenn Morris in: http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00100.html --- src/gnutls.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gnutls.c') diff --git a/src/gnutls.c b/src/gnutls.c index d242919270..af2ba52870 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -26,7 +26,6 @@ along with GNU Emacs. If not, see . */ #include "coding.h" #ifdef HAVE_GNUTLS -#include #ifdef WINDOWSNT #include -- cgit v1.2.3