mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 23:14:15 -04:00
include order lint
This commit is contained in:
parent
48cfd6b4fc
commit
438d4a305d
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: net.h,v 1.20 2000/06/22 21:58:57 tale Exp $ */
|
||||
/* $Id: net.h,v 1.21 2000/06/23 21:43:46 tale Exp $ */
|
||||
|
||||
#ifndef ISC_NET_H
|
||||
#define ISC_NET_H 1
|
||||
|
|
@ -70,7 +70,6 @@
|
|||
/***
|
||||
*** Imports.
|
||||
***/
|
||||
#include <isc/lang.h>
|
||||
#include <isc/platform.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
@ -85,6 +84,7 @@
|
|||
#include <netinet6/in6.h> /* Required on BSD/OS for in6_pktinfo. */
|
||||
#endif
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
#ifndef AF_INET6
|
||||
|
|
|
|||
Loading…
Reference in a new issue