Unify header includes
- Sort Alphabetically - Same indentation for preprocessor clauses
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user