sys/ includes go at the front

This commit is contained in:
Florian Obser 2020-12-04 19:31:13 +01:00
parent 3d18122b7e
commit 27bc29da7a
1 changed files with 2 additions and 1 deletions

3
main.c
View File

@ -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>