diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-28 09:14:22 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-28 09:14:22 +0100 |
commit | 6e86b24db3c5490b5c05b1ca5e440a2deec25481 (patch) | |
tree | fadd25ada393dc08d6178b45625dea669cf24dcc /src/shared/journal-importer.h | |
parent | core: use SPECIAL_DEFAULT_TARGET more (diff) | |
download | systemd-6e86b24db3c5490b5c05b1ca5e440a2deec25481.tar.xz systemd-6e86b24db3c5490b5c05b1ca5e440a2deec25481.zip |
tree-wide: normalize includes of public headers
They are supposed to go into a sectinon of their own.
Diffstat (limited to 'src/shared/journal-importer.h')
-rw-r--r-- | src/shared/journal-importer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/journal-importer.h b/src/shared/journal-importer.h index b2e3c817f5..783edff5d3 100644 --- a/src/shared/journal-importer.h +++ b/src/shared/journal-importer.h @@ -6,8 +6,9 @@ #include <stdbool.h> #include <sys/uio.h> -#include "io-util.h" #include "sd-id128.h" + +#include "io-util.h" #include "time-util.h" /* Make sure not to make this smaller than the maximum coredump size. |