]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove excessive inclusion of isc/refcount.h from various header files
authorOndřej Surý <ondrej@sury.org>
Fri, 24 Aug 2018 13:07:41 +0000 (15:07 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 7 Sep 2018 14:55:22 +0000 (16:55 +0200)
lib/dns/include/dns/acache.h
lib/dns/include/dns/catz.h
lib/dns/include/dns/dnstap.h
lib/dns/include/dns/geoip.h
lib/dns/include/dns/keytable.h
lib/dns/include/dns/nta.h
lib/isccfg/include/isccfg/aclconf.h
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/parser.c

index 3da434000787aae9c6ea82b4633a43ae419e0082..7b1dcd7983a39cb8c20fb35a1f21e19ae54b2ddb 100644 (file)
 
 #include <isc/mutex.h>
 #include <isc/lang.h>
-#include <isc/refcount.h>
 #include <isc/stdtime.h>
 
 #include <dns/types.h>
index f3248ae540166ad6eb67f4d69b62a8d7cc658c92..61426f7d4860210f30f86f30773f0214d8bcb82c 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <isc/ht.h>
 #include <isc/lang.h>
-#include <isc/refcount.h>
 #include <isc/rwlock.h>
 #include <isc/time.h>
 #include <isc/timer.h>
index 3d8934a348e6c33bddd91f2e0dffb060d3b8fe76..279f7fd0a1cbf7cc48e5e3822695c1ba0a4bfe22 100644 (file)
@@ -34,7 +34,6 @@
 struct fstrm_iothr_options;
 #endif /* HAVE_DNSTAP */
 
-#include <isc/refcount.h>
 #include <isc/region.h>
 #include <isc/sockaddr.h>
 #include <isc/time.h>
index 6dd0e6668a33f99b087b1bd209fd52358a532abb..d9028e5f6f481e43e1d6d51ea208234a9d18ae6e 100644 (file)
@@ -30,7 +30,6 @@
 #include <isc/lang.h>
 #include <isc/magic.h>
 #include <isc/netaddr.h>
-#include <isc/refcount.h>
 
 #include <dns/name.h>
 #include <dns/types.h>
index 15e190575ed9a826646ae49211b88d8ec48c84ab..a94fa3e4448d1c59406374b7764b3d4c2277160f 100644 (file)
@@ -38,7 +38,6 @@
 
 #include <isc/lang.h>
 #include <isc/magic.h>
-#include <isc/refcount.h>
 #include <isc/rwlock.h>
 #include <isc/stdtime.h>
 
index e3821adc8ac9ef5d05d2bc433b4875885d5cd214..edbaa77ccf053c61b914ddc063f89659046f0f49 100644 (file)
@@ -29,7 +29,6 @@
 #include <isc/buffer.h>
 #include <isc/lang.h>
 #include <isc/magic.h>
-#include <isc/refcount.h>
 #include <isc/rwlock.h>
 #include <isc/stdtime.h>
 #include <isc/task.h>
index 4108a0f775bd69787e97f794cc9d331567d598eb..005827ea6fb13a4d38eebfc82c6985deb7d70917 100644 (file)
@@ -16,6 +16,7 @@
 #include <inttypes.h>
 
 #include <isc/lang.h>
+#include <isc/refcount.h>
 
 #include <isccfg/cfg.h>
 
index 8f8ca55e439ab20fbe1f0fecbd26ed61c6f8c59a..468ca29a453391e3b3c39780c69252a37ae5cc69 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <isc/formatcheck.h>
 #include <isc/lang.h>
-#include <isc/refcount.h>
 #include <isc/types.h>
 #include <isc/list.h>
 
index a066cd13e966539ce5f86e23e820dd302629d765..9e0732a11e3b74c374bcf4b88ce99786e16df01a 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <isc/lex.h>
 #include <isc/netaddr.h>
+#include <isc/refcount.h>
 #include <isc/sockaddr.h>
 #include <isc/region.h>
 #include <isc/types.h>
index aa3563b7cd8898acd4a539d45339bc414916963e..e08e257d2e9e7f13de7ec8f7dee9426660283f7c 100644 (file)
@@ -27,6 +27,7 @@
 #include <isc/netaddr.h>
 #include <isc/netscope.h>
 #include <isc/print.h>
+#include <isc/refcount.h>
 #include <isc/string.h>
 #include <isc/sockaddr.h>
 #include <isc/symtab.h>