2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +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

@@ -32,13 +32,15 @@
#include <isc/assertions.h>
#include <isc/buffer.h>
#include <isc/bufferlist.h>
#include <isc/condition.h>
#include <isc/error.h>
#include <isc/list.h>
#include <isc/mutex.h>
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/region.h>
#include <isc/socket.h>
#include <isc/task.h>
#include <isc/thread.h>
#include <isc/util.h>