Unify header includes
- Sort Alphabetically - Same indentation for preprocessor clauses
This commit is contained in:
parent
fbbe300f4d
commit
16a97fbca1
6 changed files with 13 additions and 13 deletions
|
@ -5,8 +5,8 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#if defined(__OpenBSD__)
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include "../util.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue