From 319836ce9e65d68aa98696f387c0d3e6d99e57b8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 5 Jun 2024 17:46:53 +0200 Subject: [PATCH] lib/addns: remove unused kerberos/gssapi includes in dns.h Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- lib/addns/dns.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/addns/dns.h b/lib/addns/dns.h index abf0906fdab..6e605cbec2e 100644 --- a/lib/addns/dns.h +++ b/lib/addns/dns.h @@ -27,8 +27,6 @@ #include "../replace/replace.h" #include "system/network.h" -#include "system/kerberos.h" -#include "system/gssapi.h" /* make sure we have included the correct config.h */ #ifndef NO_CONFIG_H /* for some tests */ -- 2.47.3