mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Redundant header work, mostly removing <dns/result.h> from installed
headers and adding it to source files that need it.
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/event.h>
|
||||
#include <isc/net.h>
|
||||
@@ -32,6 +31,7 @@
|
||||
#include <dns/events.h>
|
||||
#include <dns/message.h>
|
||||
#include <dns/request.h>
|
||||
#include <dns/result.h>
|
||||
|
||||
#define REQUESTMGR_MAGIC 0x5271754dU /* RquM */
|
||||
#define VALID_REQUESTMGR(mgr) ((mgr) != NULL && \
|
||||
|
Reference in New Issue
Block a user