2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or

<isc/result.h>.  Multiple inclusion protection
                        symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
                        isc_symtab_t moved to <isc/types.h>.
This commit is contained in:
David Lawrence
2000-04-28 04:16:34 +00:00
parent ed94876a19
commit 7896e45912
4 changed files with 15 additions and 13 deletions

View File

@@ -22,7 +22,8 @@
#include <string.h>
#include <isc/assertions.h>
#include <isc/list.h>
#include <isc/mem.h>
#include <isc/result.h>
#include <isc/symtab.h>
#include <isc/util.h>