2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.

This commit is contained in:
David Lawrence
2000-04-25 20:13:54 +00:00
parent e1a5f4cd31
commit 8fedfa7b45
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
78. [cleanup] lwres_conftest renamed to lwresconf_test for
consistency with other *_test programs.

View File

@@ -22,12 +22,9 @@
*** Imports
***/
#include <stdio.h>
#include <isc/lang.h>
#include <dns/types.h>
#include <dns/result.h>
ISC_LANG_BEGINDECLS