2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4774. [bug] <isc/util.h> was incorrectly included in several

header files. [RT #46311]
This commit is contained in:
Mark Andrews
2017-10-19 12:26:32 +11:00
parent b7b8e298f6
commit fe79e2efbf
25 changed files with 147 additions and 88 deletions

View File

@@ -6,8 +6,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id$ */
#include "config.h"
#include <isc/base64.h>
@@ -15,6 +13,7 @@
#include <isc/result.h>
#include <isc/string.h>
#include <isc/types.h>
#include <isc/util.h>
#include <dns/nsec3.h>
#include <dns/private.h>