mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
no need to include <isc/ondestroy.h> from <isc/mem.h>
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
#include <isc/boolean.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/lang.h>
|
||||
#include <isc/ondestroy.h>
|
||||
#include <isc/stdtime.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
@@ -27,8 +27,6 @@
|
||||
#include <isc/result.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
#include <isc/ondestroy.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
typedef void * (*isc_memalloc_t)(void *, size_t);
|
||||
|
@@ -27,6 +27,7 @@
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/error.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/ondestroy.h>
|
||||
|
||||
#ifndef ISC_SINGLETHREADED
|
||||
#include <isc/mutex.h>
|
||||
|
Reference in New Issue
Block a user