mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
<isc/mem.h> or <isc/result.h>. (... and now heap.c needs <isc/mem.h>.)
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
|
||||||
|
<isc/mem.h> or <isc/result.h>.
|
||||||
|
|
||||||
86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
|
86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
|
||||||
<isc/types.h>.
|
<isc/types.h>.
|
||||||
|
|
||||||
|
@@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
#include <isc/assertions.h>
|
#include <isc/assertions.h>
|
||||||
#include <isc/heap.h>
|
#include <isc/heap.h>
|
||||||
|
#include <isc/mem.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note: to make heap_parent and heap_left easy to compute, the first
|
* Note: to make heap_parent and heap_left easy to compute, the first
|
||||||
|
@@ -19,9 +19,7 @@
|
|||||||
#define ISC_HEAP_H 1
|
#define ISC_HEAP_H 1
|
||||||
|
|
||||||
#include <isc/lang.h>
|
#include <isc/lang.h>
|
||||||
#include <isc/result.h>
|
#include <isc/types.h>
|
||||||
#include <isc/boolean.h>
|
|
||||||
#include <isc/mem.h>
|
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user