]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove some lingering references to libbind9
authorTony Finch <fanf@isc.org>
Wed, 8 Mar 2023 10:06:22 +0000 (10:06 +0000)
committerTony Finch <fanf@isc.org>
Wed, 8 Mar 2023 10:06:22 +0000 (10:06 +0000)
Clean up the `.clang-format` #include priority list and
the `\file` declaration in `isc/getaddresses.h`.

.clang-format
.clang-format.headers
lib/isc/include/isc/getaddresses.h

index 41a90bf5bb04ee2de1349fd90da4c7648b9cc3e1..4aac13c8b7a33e79fc413fad8ebd05158db08028 100644 (file)
@@ -50,8 +50,6 @@ IncludeCategories:
     Priority:        35
   - Regex:           '^<irs/'
     Priority:        40
-  - Regex:           '^<bind9/'
-    Priority:        45
   - Regex:           '^<(dig|named|rndc|confgen|dlz)/'
     Priority:        50
   - Regex:           '^<dlz_'
index 1306bb21489e39b20695df12dd91c9156875621c..88abddd2c8e5a0c41b0608c2cc0f8ceebbcf560e 100644 (file)
@@ -44,8 +44,6 @@ IncludeCategories:
     Priority:        5
   - Regex:           '^<ns/'
     Priority:        6
-  - Regex:           '^<bind9/)'
-    Priority:        7
   - Regex:           '^(<[^/]*)/)'
     Priority:        8
   - Regex:           '^<tests/'
index 9bb2435075faae405ca558550fef04d3677f5bb3..00b405161b2977b797f284934874fdca77ec628d 100644 (file)
@@ -13,7 +13,7 @@
 
 #pragma once
 
-/*! \file bind9/getaddresses.h */
+/*! \file isc/getaddresses.h */
 
 #include <isc/lang.h>
 #include <isc/net.h>