2
0
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:
David Lawrence
2000-05-02 03:54:17 +00:00
parent 5117e028b6
commit 09f22ac5b0
61 changed files with 540 additions and 467 deletions

View File

@@ -15,14 +15,12 @@
* SOFTWARE.
*/
/* $Id: cache.c,v 1.19 2000/04/28 01:23:49 gson Exp $ */
/* $Id: cache.c,v 1.20 2000/05/02 03:53:51 tale Exp $ */
#include <config.h>
#include <limits.h>
#include <isc/assertions.h>
#include <isc/error.h>
#include <isc/mutex.h>
#include <isc/time.h>
#include <isc/util.h>
@@ -33,6 +31,7 @@
#include <dns/events.h>
#include <dns/log.h>
#include <dns/rdata.h>
#include <dns/result.h>
#include <dns/types.h>
#define CACHE_MAGIC 0x24242424U /* $$$$. */