]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't need to include <gcrypt.h>...
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 28 Aug 2014 16:02:00 +0000 (16:02 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 28 Aug 2014 16:02:00 +0000 (16:02 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12126 a1ca3aef-8c08-0410-bb20-df032aa958be

cups/http-private.h

index 694cc84af39f51d945ecccaa55d90235b46b8039..d7bdc8650a8e338a525bbce1919973501be1f6f4 100644 (file)
@@ -76,7 +76,6 @@ typedef int socklen_t;
 #  ifdef HAVE_GNUTLS
 #    include <gnutls/gnutls.h>
 #    include <gnutls/x509.h>
-#    include <gcrypt.h>
 #  elif defined(HAVE_CDSASSL)
 #    include <CoreFoundation/CoreFoundation.h>
 #    include <Security/Security.h>