mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Megacommit of dozens of files.
Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
This commit is contained in:
@@ -17,19 +17,13 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/types.h> /* XXXRTH */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/magic.h>
|
||||
#include <isc/net.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/bit.h>
|
||||
#include <dns/name.h>
|
||||
#include <dns/peer.h>
|
||||
#include <dns/types.h>
|
||||
|
||||
/*
|
||||
* Bit positions in the dns_peer_t structure flags field
|
||||
|
Reference in New Issue
Block a user