mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Remove spurious zconf.h include
The #include <zconf.h> got spuriously included into isc_commandline unit. The #include <limits.h> needs to be used instead.
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
* and format in the ISC coding style.
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <zconf.h>
|
||||
|
||||
#include <isc/commandline.h>
|
||||
#include <isc/file.h>
|
||||
|
@@ -15,8 +15,8 @@
|
||||
|
||||
/*! \file isc/commandline.h */
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <zconf.h>
|
||||
|
||||
#include <isc/result.h>
|
||||
#include <isc/types.h>
|
||||
|
Reference in New Issue
Block a user