tweaks: sort the includes, so it's a little easier to see what is there

This commit is contained in:
Benno Schulenberg
2017-08-06 13:32:44 +02:00
parent 67915f5dae
commit 11072ed587
10 changed files with 30 additions and 32 deletions

View File

@@ -21,14 +21,14 @@
#include "proto.h"
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
#include <libgen.h>
#include <string.h>
#include <unistd.h>
#define LOCKBUFSIZE 8192