From: Tony Finch Date: Mon, 11 Apr 2022 14:53:34 +0000 (+0100) Subject: Clean up #include X-Git-Tag: v9.19.1~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=933f0bebe0c8671aab454a058402a1c1b259726d;p=thirdparty%2Fbind9.git Clean up #include It isn't just about HP/UX any more. --- diff --git a/bin/named/tkeyconf.c b/bin/named/tkeyconf.c index 03b198bd653..5db786c64e4 100644 --- a/bin/named/tkeyconf.c +++ b/bin/named/tkeyconf.c @@ -17,7 +17,7 @@ #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 2fdd36b8b12..349face0bca 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -20,7 +20,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/adb.c b/lib/dns/adb.c index a5949999e20..99619a3d6ac 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -32,7 +32,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/byaddr.c b/lib/dns/byaddr.c index b913cd3f14a..d9e998bda1e 100644 --- a/lib/dns/byaddr.c +++ b/lib/dns/byaddr.c @@ -19,7 +19,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index 324b4efc53b..901e709fb2c 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -20,7 +20,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/lookup.c b/lib/dns/lookup.c index d370c19d2ff..1cb7fed8fcd 100644 --- a/lib/dns/lookup.c +++ b/lib/dns/lookup.c @@ -18,7 +18,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/message.c b/lib/dns/message.c index 21ceaef0d36..afb5959bef4 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -25,7 +25,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c index cf0e46be9d7..9aed0ad4f1e 100644 --- a/lib/dns/rdataslab.c +++ b/lib/dns/rdataslab.c @@ -19,7 +19,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/rootns.c b/lib/dns/rootns.c index 856b718c7cb..627104c7f38 100644 --- a/lib/dns/rootns.c +++ b/lib/dns/rootns.c @@ -17,7 +17,7 @@ #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/time.c b/lib/dns/time.c index d110ace2e93..38302710b47 100644 --- a/lib/dns/time.c +++ b/lib/dns/time.c @@ -23,7 +23,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index 4daf3bdff0c..6f61c28194b 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -23,7 +23,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/view.c b/lib/dns/view.c index 68e1d44bf93..3a08d423676 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.c @@ -29,7 +29,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c index 2f587f81f93..eb9683a7eac 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -21,7 +21,7 @@ #include #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include diff --git a/lib/isccfg/aclconf.c b/lib/isccfg/aclconf.c index 716ffe6cee0..752a20a4341 100644 --- a/lib/isccfg/aclconf.c +++ b/lib/isccfg/aclconf.c @@ -17,7 +17,7 @@ #include #include -#include /* Required for HP/UX (and others?) */ +#include #include #include