2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.

This commit is contained in:
David Lawrence 2000-04-25 21:44:27 +00:00
parent 1f41da8507
commit cc43f2461d
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
<isc/lang.h>.

View File

@ -102,7 +102,6 @@
***/
#include <isc/lang.h>
#include <isc/list.h>
#include <isc/types.h>
ISC_LANG_BEGINDECLS