auth/credentials_krb5: use system/{gssapi,kerberos}.h
authorStefan Metzmacher <metze@samba.org>
Sat, 11 May 2024 00:38:21 +0000 (02:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 May 2024 10:18:32 +0000 (10:18 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/credentials/credentials_krb5.h

index e454de362401fbe8f321232335fd656c6acbb743..a9c049c58dad574964fd79ed9d6b56e20ff00e38 100644 (file)
@@ -23,9 +23,8 @@
 #ifndef __CREDENTIALS_KRB5_H__
 #define __CREDENTIALS_KRB5_H__
 
-#include <gssapi/gssapi.h>
-#include <gssapi/gssapi_krb5.h>
-#include <krb5.h>
+#include "system/gssapi.h"
+#include "system/kerberos.h"
 
 struct gssapi_creds_container {
        gss_cred_id_t creds;