mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +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:
parent
f42e994baf
commit
802aa6f2b7
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
|
||||
<isc/types.h>.
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/heap.h>
|
||||
#include <isc/mem.h>
|
||||
|
||||
/*
|
||||
* Note: to make heap_parent and heap_left easy to compute, the first
|
||||
|
@ -19,9 +19,7 @@
|
||||
#define ISC_HEAP_H 1
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/boolean.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user