From 95f9542e055d027adeb596a2c67fe48add77033c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 31 Aug 2010 23:09:39 +0200 Subject: s3-auth: remove global include of krb5pac.h. Guenther --- auth/common_auth.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'auth/common_auth.h') diff --git a/auth/common_auth.h b/auth/common_auth.h index 4ae5df9a6b..c64b46c7cf 100644 --- a/auth/common_auth.h +++ b/auth/common_auth.h @@ -17,8 +17,6 @@ along with this program. If not, see . */ -#include "librpc/gen_ndr/krb5pac.h" - #define USER_INFO_CASE_INSENSITIVE_USERNAME 0x01 /* username may be in any case */ #define USER_INFO_CASE_INSENSITIVE_PASSWORD 0x02 /* password may be in any case */ #define USER_INFO_DONT_CHECK_UNIX_ACCOUNT 0x04 /* don't check unix account status */ -- cgit