mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 09:49:59 -04:00
111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
<isc/mutex.h>.
This commit is contained in:
parent
0c33e418cb
commit
145bd6ea33
2 changed files with 3 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
|
||||
<isc/mutex.h>.
|
||||
|
||||
110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
|
||||
<isc/list.h>.
|
||||
|
||||
|
|
|
|||
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/types.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/mutex.h>
|
||||
#include <isc/condition.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue