From: Andreas Schneider Date: Thu, 3 Dec 2020 16:10:22 +0000 (+0100) Subject: auth:creds: Don't include credentials_internal.h twice X-Git-Tag: tevent-0.11.0~1403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa34799600bc95758d01bc9d7b3dd58f251d71ad;p=thirdparty%2Fsamba.git auth:creds: Don't include credentials_internal.h twice Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/auth/credentials/pycredentials.c b/auth/credentials/pycredentials.c index 23048c37276..4c9ad0bde44 100644 --- a/auth/credentials/pycredentials.c +++ b/auth/credentials/pycredentials.c @@ -30,7 +30,6 @@ #include "param/pyparam.h" #include #include "libcli/auth/libcli_auth.h" -#include "auth/credentials/credentials_internal.h" #include "system/kerberos.h" #include "auth/kerberos/kerberos.h" #include "libcli/smb/smb_constants.h"