mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:24:46 -04:00
do includes in alphabetical order
This commit is contained in:
parent
890fb60939
commit
0302c5670c
2 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
#ifndef ISC_NETADDR_H
|
||||
#define ISC_NETADDR_H 1
|
||||
|
||||
#include <isc/net.h>
|
||||
#include <isc/lang.h>
|
||||
#include <isc/net.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
#ifndef ISC_SOCKADDR_H
|
||||
#define ISC_SOCKADDR_H 1
|
||||
|
||||
#include <isc/net.h>
|
||||
#include <isc/lang.h>
|
||||
#include <isc/net.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
struct isc_sockaddr {
|
||||
|
|
|
|||
Loading…
Reference in a new issue