Standardize include file order.
This commit is contained in:
parent
6ea6cd55e6
commit
af4c12d9b3
1 changed files with 6 additions and 6 deletions
|
@ -43,19 +43,19 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <io.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#include <share.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include "unistd.h"
|
||||
#include "misc.h"
|
||||
#include "sys/socket.h"
|
||||
#include "sys/uio.h"
|
||||
#include "misc.h"
|
||||
#include "unistd.h"
|
||||
|
||||
/*
|
||||
* FD_SETSIZE is the size for the maximum number of sockets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue