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

Sort #includes

This commit is contained in:
Michael Sawyer
2000-06-21 17:48:32 +00:00
parent 96e87186ba
commit c9defbf4b9
6 changed files with 68 additions and 79 deletions

View File

@@ -15,24 +15,22 @@
* SOFTWARE.
*/
/* $Id: dig.c,v 1.46 2000/06/21 01:40:38 mws Exp $ */
/* $Id: dig.c,v 1.47 2000/06/21 17:48:26 mws Exp $ */
#include <config.h>
#include <stdlib.h>
extern int h_errno;
#include <isc/app.h>
#include <isc/string.h>
#include <isc/util.h>
#include <dns/message.h>
#include <dns/message.h>
#include <dns/name.h>
#include <dns/rdata.h>
#include <dns/rdataset.h>
#include <dns/rdatatype.h>
#include <dns/message.h>
#include <isc/app.h>
#include <isc/string.h>
#include <isc/util.h>
#include <dig/dig.h>