]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth:credentials: Remove unused include
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 11 Mar 2024 22:08:14 +0000 (11:08 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Mar 2024 03:12:33 +0000 (03:12 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/credentials_gmsa.c

index c640a152645c56b6fdfa1297b1f98df2dba520e9..86422624f1e72584879d65df70c215edb3e261f1 100644 (file)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "librpc/gen_ndr/samr.h" /* for struct samrPassword */
 #include "librpc/gen_ndr/ndr_gmsa.h" /* for struct MANAGEDPASSWORD_BLOB */
 #include "auth/credentials/credentials.h"
 #include "auth/credentials/credentials_internal.h"