2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

<isc/lex.h> does not need <stddef.h>

This commit is contained in:
David Lawrence 2000-04-25 23:08:16 +00:00
parent 334a4057e0
commit d41c9885ec
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
89. [cleanup] <isc/lex.h> does not need <stddef.h>.
88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
<isc/mem.h>. isc_interface_t and isc_interfaceiter_t
moved to <isc/types.h>.

View File

@ -52,7 +52,6 @@
***/
#include <stdio.h>
#include <stddef.h>
#include <isc/lang.h>
#include <isc/region.h>