2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Remove some lingering references to libbind9

Clean up the `.clang-format` #include priority list and
the `\file` declaration in `isc/getaddresses.h`.
This commit is contained in:
Tony Finch 2023-03-08 10:06:22 +00:00
parent d3764f0759
commit c43668f031
3 changed files with 1 additions and 5 deletions

View File

@ -50,8 +50,6 @@ IncludeCategories:
Priority: 35 Priority: 35
- Regex: '^<irs/' - Regex: '^<irs/'
Priority: 40 Priority: 40
- Regex: '^<bind9/'
Priority: 45
- Regex: '^<(dig|named|rndc|confgen|dlz)/' - Regex: '^<(dig|named|rndc|confgen|dlz)/'
Priority: 50 Priority: 50
- Regex: '^<dlz_' - Regex: '^<dlz_'

View File

@ -44,8 +44,6 @@ IncludeCategories:
Priority: 5 Priority: 5
- Regex: '^<ns/' - Regex: '^<ns/'
Priority: 6 Priority: 6
- Regex: '^<bind9/)'
Priority: 7
- Regex: '^(<[^/]*)/)' - Regex: '^(<[^/]*)/)'
Priority: 8 Priority: 8
- Regex: '^<tests/' - Regex: '^<tests/'

View File

@ -13,7 +13,7 @@
#pragma once #pragma once
/*! \file bind9/getaddresses.h */ /*! \file isc/getaddresses.h */
#include <isc/lang.h> #include <isc/lang.h>
#include <isc/net.h> #include <isc/net.h>