From d19ea55e9e48ccb1ca63bfc0ec97f0ba7b26f7fd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Mar 2011 14:03:30 +0100 Subject: s3-includes: avoid global include of gssapi headers. Guenther --- source3/include/includes.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index c79c96260a..41483525fa 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -178,18 +178,6 @@ LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to); #undef HAVE_LDAP #endif -#if HAVE_GSSAPI_GSSAPI_H -#include -#elif HAVE_GSSAPI_GSSAPI_GENERIC_H -#include -#elif HAVE_GSSAPI_H -#include -#endif - -#if HAVE_COM_ERR_H -#include -#endif - #if HAVE_SYS_ATTRIBUTES_H #include #endif -- cgit