2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,

<isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
                        <isc/net.h>.
This commit is contained in:
David Lawrence
2000-04-28 03:53:48 +00:00
parent 5e61e7ca28
commit 32eddfc189
7 changed files with 14 additions and 10 deletions

View File

@@ -61,16 +61,10 @@
#include <isc/lang.h>
#include <isc/types.h>
#include <isc/boolean.h>
#include <isc/bufferlist.h>
#include <isc/result.h>
#include <isc/event.h>
#include <isc/eventclass.h>
#include <isc/task.h>
#include <isc/time.h>
#include <isc/region.h>
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/sockaddr.h>
ISC_LANG_BEGINDECLS