summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2020-12-03 17:10:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-03-24 02:08:54 +0000
commitaa34799600bc95758d01bc9d7b3dd58f251d71ad (patch)
tree8a8f66b6adb893cee138e6cdc479f4ebfb33212f /auth
parentd7c111514ad53787af5a7084355126df9999a34f (diff)
downloadsamba-aa34799600bc95758d01bc9d7b3dd58f251d71ad.tar.gz
auth:creds: Don't include credentials_internal.h twice
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth')
-rw-r--r--auth/credentials/pycredentials.c1
1 files changed, 0 insertions, 1 deletions
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 <tevent.h>
#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"