win32 isc/condition.h did not need <isc/result.h>

This commit is contained in:
David Lawrence 2000-04-28 23:55:08 +00:00
parent b99d080717
commit 5610876d1b
2 changed files with 2 additions and 3 deletions

View file

@ -22,8 +22,8 @@
<isc/net.h> and Win32's <isc/thread.h> needed
ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
135. [cleanup] Win32's <isc/condition.h> did not need
<isc/boolean.h>, now uses <isc/types.h> in place
135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
or <isc/boolean.h>, now uses <isc/types.h> in place
of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
and ISC_LANG_ENDDECLS.

View file

@ -21,7 +21,6 @@
#include <windows.h>
#include <isc/lang.h>
#include <isc/result.h>
#include <isc/mutex.h>
#include <isc/types.h>