2
0
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:
David Lawrence
2000-04-25 22:32:26 +00:00
parent f42e994baf
commit 802aa6f2b7
3 changed files with 5 additions and 3 deletions

View File

@@ -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>.

View File

@@ -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

View File

@@ -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