diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-19 13:29:16 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-20 07:27:37 +0100 |
commit | a03d43593c1b39fa82000dd4d1df55b2bfec0828 (patch) | |
tree | 2017a7dba54c6a99349cc875c7fed3e968064fa2 /src/journal/journal-file.c | |
parent | CODING_STYLE: fix rules for STRLEN and recommend strjoina more strongly (diff) | |
download | systemd-a03d43593c1b39fa82000dd4d1df55b2bfec0828.tar.xz systemd-a03d43593c1b39fa82000dd4d1df55b2bfec0828.zip |
journal: fix sort order of header includes
Diffstat (limited to 'src/journal/journal-file.c')
-rw-r--r-- | src/journal/journal-file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index 390996a815..1174a52a66 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -10,6 +10,8 @@ #include <sys/uio.h> #include <unistd.h> +#include "sd-event.h" + #include "alloc-util.h" #include "btrfs-util.h" #include "chattr-util.h" @@ -23,7 +25,6 @@ #include "parse-util.h" #include "path-util.h" #include "random-util.h" -#include "sd-event.h" #include "set.h" #include "stat-util.h" #include "string-util.h" |