111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or

<isc/mutex.h>.
This commit is contained in:
David Lawrence
2000-04-27 23:01:34 +00:00
parent 0c33e418cb
commit 145bd6ea33
2 changed files with 3 additions and 2 deletions

View File

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

View File

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