sys/ includes go at the front

pull/3/head
Florian Obser 3 years ago
parent 3d18122b7e
commit 27bc29da7a

@ -1,3 +1,5 @@
#include <sys/stat.h>
#include <err.h>
#include <errno.h>
#include <pwd.h>
@ -5,7 +7,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <syslog.h>
#include <unistd.h>

Loading…
Cancel
Save